summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-01-31 16:12:03 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-01-31 16:12:03 -0400
commit75daee6a5df8154ecd6011f93af746105529a13d (patch)
tree202c8bfea44a8d2b19fcf5f52b4fa8310b28c844
parent28cbb669f72f22655e2ef626eb3fc54b75a90d82 (diff)
downloadfork-ledger-75daee6a5df8154ecd6011f93af746105529a13d.tar.gz
fork-ledger-75daee6a5df8154ecd6011f93af746105529a13d.tar.bz2
fork-ledger-75daee6a5df8154ecd6011f93af746105529a13d.zip
Documentation update.
-rw-r--r--src/ledger.h20
1 files changed, 2 insertions, 18 deletions
diff --git a/src/ledger.h b/src/ledger.h
index 7c7bcef3..759ebd26 100644
--- a/src/ledger.h
+++ b/src/ledger.h
@@ -30,32 +30,16 @@
*/
/**
- * @defgroup extra Other facilities
- */
-
-/**
* @file ledger.h
* @author John Wiegley
*
- * @ingroup extra
+ * @mainpage Ledger Accounting Tool
*
- * @brief Brief
- *
- * Long.
+ * A command-line tool for general double-entry accounting.
*/
#ifndef _LEDGER_H
#define _LEDGER_H
-//////////////////////////////////////////////////////////////////////
-//
-// Ledger Accounting Tool
-//
-// A command-line tool for general double-entry accounting.
-//
-// Copyright (c) 2003-2009, John Wiegley <johnw@newartisans.com>
-//
-// @mainpage jww (2009-01-31): Something should go here.
-
#include <utils.h>
#include <value.h>