summaryrefslogtreecommitdiff
path: root/src/account.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-08 14:59:11 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-08 14:59:11 -0500
commit394c7bd8dfbe12e09b7fdee8d5c4072f4336d545 (patch)
tree55a1d3376e1549c4e334c917851c341be6973e0c /src/account.h
parent55c7792c9329f97dd19fc5aeca466cb2de4fbf9c (diff)
downloadfork-ledger-394c7bd8dfbe12e09b7fdee8d5c4072f4336d545.tar.gz
fork-ledger-394c7bd8dfbe12e09b7fdee8d5c4072f4336d545.tar.bz2
fork-ledger-394c7bd8dfbe12e09b7fdee8d5c4072f4336d545.zip
Removed a bunch of empty comments
Diffstat (limited to 'src/account.h')
-rw-r--r--src/account.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/account.h b/src/account.h
index dc1d6c9a..0ac1aeb6 100644
--- a/src/account.h
+++ b/src/account.h
@@ -38,10 +38,6 @@
* @author John Wiegley
*
* @ingroup data
- *
- * @brief Brief
- *
- * Long.
*/
#ifndef _ACCOUNT_H
#define _ACCOUNT_H
@@ -57,11 +53,6 @@ class post_t;
typedef std::list<post_t *> posts_list;
typedef std::map<const string, account_t *> accounts_map;
-/**
- * @brief Brief
- *
- * Long.
- */
class account_t : public supports_flags<>, public scope_t
{
#define ACCOUNT_NORMAL 0x00 // no flags at all, a basic account