From 394c7bd8dfbe12e09b7fdee8d5c4072f4336d545 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 8 Nov 2009 14:59:11 -0500 Subject: Removed a bunch of empty comments --- src/accum.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/accum.h') 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: -- cgit v1.2.3