Documentation update.

This commit is contained in:
John Wiegley 2009-01-31 16:12:03 -04:00
parent 28cbb669f7
commit 75daee6a5d

View file

@ -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 <johnw@newartisans.com>
//
// @mainpage jww (2009-01-31): Something should go here.
#include <utils.h>
#include <value.h>