From 1ece3f8b1ce67197844084009fd0ac022b266450 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 31 Jan 2009 15:28:23 -0400 Subject: Added documentation stubs for all include files and classes. --- src/format.h | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'src/format.h') diff --git a/src/format.h b/src/format.h index 19b19eea..439cb70b 100644 --- a/src/format.h +++ b/src/format.h @@ -29,6 +29,20 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/** + * @addtogroup expr + */ + +/** + * @file format.h + * @author John Wiegley + * + * @ingroup expr + * + * @brief Brief + * + * Long. + */ #ifndef _FORMAT_H #define _FORMAT_H @@ -45,6 +59,7 @@ namespace ledger { DECLARE_EXCEPTION(format_error, std::runtime_error); #if defined(SUPPORT_UNICODE) + /** * @class unistring * @@ -87,10 +102,16 @@ public: return utf8result; } }; -#endif + +#endif // SUPPORT_UNICODE class report_t; +/** + * @brief Brief + * + * Long. + */ class format_t : public noncopyable { struct element_t : public supports_flags<>, public noncopyable -- cgit v1.2.3