summaryrefslogtreecommitdiff
path: root/src/accum.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/accum.h')
-rw-r--r--src/accum.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/accum.h b/src/accum.h
index c29926d5..878c2b7c 100644
--- a/src/accum.h
+++ b/src/accum.h
@@ -38,21 +38,12 @@
* @author John Wiegley
*
* @ingroup util
- *
- * @brief Brief
- *
- * Full.
*/
#ifndef _ACCUM_H
#define _ACCUM_H
namespace ledger {
-/**
- * @brief Brief
- *
- * Full.
- */
class straccbuf : public std::streambuf
{
protected:
@@ -68,11 +59,6 @@ protected:
friend class straccstream;
};
-/**
- * @brief Brief
- *
- * Full.
- */
class straccstream : public std::ostream
{
protected: