summaryrefslogtreecommitdiff
path: root/src/timelog.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-09 13:25:45 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-09 13:25:45 -0500
commit865c0ff828f88ed1d00eea73a3fc55b3e57d21b3 (patch)
tree5acdfae32811b25fb46271bf349a216bea41fddb /src/timelog.h
parent55c7792c9329f97dd19fc5aeca466cb2de4fbf9c (diff)
parent9b396b41220646cf73fcd2a8afebcee06dde2a29 (diff)
downloadledger-865c0ff828f88ed1d00eea73a3fc55b3e57d21b3.tar.gz
ledger-865c0ff828f88ed1d00eea73a3fc55b3e57d21b3.tar.bz2
ledger-865c0ff828f88ed1d00eea73a3fc55b3e57d21b3.zip
Merge branch 'next'
Diffstat (limited to 'src/timelog.h')
-rw-r--r--src/timelog.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/timelog.h b/src/timelog.h
index 85ea56c6..7d79af3e 100644
--- a/src/timelog.h
+++ b/src/timelog.h
@@ -38,10 +38,6 @@
* @author John Wiegley
*
* @ingroup data
- *
- * @brief Brief
- *
- * Long.
*/
#ifndef _TIMELOG_H
#define _TIMELOG_H
@@ -54,11 +50,6 @@ namespace ledger {
class account_t;
class journal_t;
-/**
- * @brief Brief
- *
- * Long.
- */
class time_xact_t
{
public:
@@ -85,11 +76,6 @@ public:
}
};
-/**
- * @brief Brief
- *
- * Long.
- */
class time_log_t
{
std::list<time_xact_t> time_xacts;