summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/report.h')
-rw-r--r--src/report.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h
index 6fcdc3f7..b5103e72 100644
--- a/src/report.h
+++ b/src/report.h
@@ -29,6 +29,20 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+/**
+ * @addtogroup report
+ */
+
+/**
+ * @file report.h
+ * @author John Wiegley
+ *
+ * @ingroup report
+ *
+ * @brief Brief
+ *
+ * Long.
+ */
#ifndef _REPORT_H
#define _REPORT_H
@@ -81,6 +95,11 @@ namespace ledger {
// says that the formatter should be "flushed" after the entities are
// iterated. This does not happen for the commodities iteration, however.
+/**
+ * @brief Brief
+ *
+ * Long.
+ */
class report_t : public noncopyable, public scope_t
{
report_t();