From 75daee6a5df8154ecd6011f93af746105529a13d Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 31 Jan 2009 16:12:03 -0400 Subject: Documentation update. --- src/ledger.h | 20 ++------------------ 1 file 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 @@ -29,33 +29,17 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/** - * @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 -// -// @mainpage jww (2009-01-31): Something should go here. - #include #include -- cgit v1.2.3