summaryrefslogtreecommitdiff
path: root/src/ofx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ofx.h')
-rw-r--r--src/ofx.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ofx.h b/src/ofx.h
index 9657cb47..e8bac7dd 100644
--- a/src/ofx.h
+++ b/src/ofx.h
@@ -29,6 +29,20 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+/**
+ * @addtogroup parse
+ */
+
+/**
+ * @file ofx.h
+ * @author John Wiegley
+ *
+ * @ingroup parse
+ *
+ * @brief Brief
+ *
+ * Long.
+ */
#ifndef _OFX_H
#define _OFX_H
@@ -36,6 +50,11 @@
namespace ledger {
+/**
+ * @brief Brief
+ *
+ * Long.
+ */
class ofx_parser_t : public journal_t::parser_t
{
public: