summaryrefslogtreecommitdiff
path: root/src/journal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/journal.h')
-rw-r--r--src/journal.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/journal.h b/src/journal.h
index ff2b5f84..78269348 100644
--- a/src/journal.h
+++ b/src/journal.h
@@ -38,10 +38,6 @@
* @author John Wiegley
*
* @ingroup data
- *
- * @brief Brief
- *
- * Long.
*/
#ifndef _JOURNAL_H
#define _JOURNAL_H
@@ -64,11 +60,6 @@ typedef std::list<xact_t *> xacts_list;
typedef std::list<auto_xact_t *> auto_xacts_list;
typedef std::list<period_xact_t *> period_xacts_list;
-/**
- * @brief Brief
- *
- * Long.
- */
class journal_t : public noncopyable
{
public: