diff options
author | John Wiegley <johnw@newartisans.com> | 2009-01-29 02:24:42 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-01-29 02:24:42 -0400 |
commit | 9aaab88c618170a0cda2233a829f2595b2221037 (patch) | |
tree | 70bb27a5b07bcb99cd2375f3c80443e2a0a1b766 /src/journal.h | |
parent | 8b75b5cbfbb53e0bfa51c63dc96ade69617cd1db (diff) | |
download | fork-ledger-9aaab88c618170a0cda2233a829f2595b2221037.tar.gz fork-ledger-9aaab88c618170a0cda2233a829f2595b2221037.tar.bz2 fork-ledger-9aaab88c618170a0cda2233a829f2595b2221037.zip |
Update Doxygen documentation. Still much more work to be done.
Diffstat (limited to 'src/journal.h')
-rw-r--r-- | src/journal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/journal.h b/src/journal.h index 1659db3b..68ecaefd 100644 --- a/src/journal.h +++ b/src/journal.h @@ -78,8 +78,6 @@ public: } /** - * @class journal_t::parser_t - * * @brief Provides an abstract interface for writing journal parsers. * * Any data format for Ledger data is possible, as long as it can be parsed |