diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2023-04-10 19:38:02 +0200 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2023-04-10 19:38:02 +0200 |
commit | d1f229c053aa0d801d42d722e7a85a618d6e02e5 (patch) | |
tree | 68a58a27101ee6f7ee2fd75fa21ad0e54e10f4c8 /src/gpgme.h | |
parent | e8aff6f43c99e54a9c6a7d2c7f0ef9c9e96a99e7 (diff) | |
download | fork-ledger-d1f229c053aa0d801d42d722e7a85a618d6e02e5.tar.gz fork-ledger-d1f229c053aa0d801d42d722e7a85a618d6e02e5.tar.bz2 fork-ledger-d1f229c053aa0d801d42d722e7a85a618d6e02e5.zip |
Update api docs
Diffstat (limited to 'src/gpgme.h')
-rw-r--r-- | src/gpgme.h | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/src/gpgme.h b/src/gpgme.h index 00824132..1de1e197 100644 --- a/src/gpgme.h +++ b/src/gpgme.h @@ -29,6 +29,18 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/** + * @addtogroup extra + */ + +/** + * @file gpgme.h + * @author Michael Raitza + * + * @ingroup extra + * + * @brief A utility class for reading encrypted journal data + */ #pragma once #include <system.hh> @@ -123,4 +135,5 @@ namespace ledger { longer match with a standard ifstream. */ static std::istream* open_stream(const path& filename); }; -} + +} // namespace ledger |