Documentation update.
This commit is contained in:
parent
28cbb669f7
commit
75daee6a5d
1 changed files with 2 additions and 18 deletions
20
src/ledger.h
20
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 <johnw@newartisans.com>
|
||||
//
|
||||
// @mainpage jww (2009-01-31): Something should go here.
|
||||
|
||||
#include <utils.h>
|
||||
|
||||
#include <value.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue