r20652 - gnucash/trunk/src/engine - Minor doxygen improvements: The important types Split, Transaction must be mentioned in the group heading.
Christian Stimming
cstim at code.gnucash.org
Mon May 16 05:13:40 EDT 2011
Author: cstim
Date: 2011-05-16 05:13:40 -0400 (Mon, 16 May 2011)
New Revision: 20652
Trac: http://svn.gnucash.org/trac/changeset/20652
Modified:
gnucash/trunk/src/engine/Split.h
gnucash/trunk/src/engine/Transaction.h
Log:
Minor doxygen improvements: The important types Split, Transaction must be mentioned in the group heading.
Modified: gnucash/trunk/src/engine/Split.h
===================================================================
--- gnucash/trunk/src/engine/Split.h 2011-05-16 06:09:50 UTC (rev 20651)
+++ gnucash/trunk/src/engine/Split.h 2011-05-16 09:13:40 UTC (rev 20652)
@@ -19,7 +19,7 @@
\********************************************************************/
/** @addtogroup Engine
@{ */
-/** @addtogroup Transaction Financial Transactions
+/** @addtogroup Transaction Transaction, Split
A good overview of transactions, splits and accounts can be
found in the texinfo documentation, together with an overview of
how to use this API.
Modified: gnucash/trunk/src/engine/Transaction.h
===================================================================
--- gnucash/trunk/src/engine/Transaction.h 2011-05-16 06:09:50 UTC (rev 20651)
+++ gnucash/trunk/src/engine/Transaction.h 2011-05-16 09:13:40 UTC (rev 20652)
@@ -19,7 +19,7 @@
\********************************************************************/
/** @addtogroup Engine
@{ */
-/** @addtogroup Transaction Financial Transactions
+/** @addtogroup Transaction Transaction, Split
A good overview of transactions, splits and accounts can be
found in the texinfo documentation, together with an overview of
how to use this API.
More information about the gnucash-changes
mailing list