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