From cef7c42d938beec9882bbee98c268fe6aae2e54a Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Mon, 16 May 2011 09:13:40 +0000 Subject: [PATCH] Minor doxygen improvements: The important types Split, Transaction must be mentioned in the group heading. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20652 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/Split.h | 2 +- src/engine/Transaction.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/engine/Split.h b/src/engine/Split.h index 92c1a82de4..1333149cd8 100644 --- a/src/engine/Split.h +++ b/src/engine/Split.h @@ -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. diff --git a/src/engine/Transaction.h b/src/engine/Transaction.h index 476e3d3526..b5916af383 100644 --- a/src/engine/Transaction.h +++ b/src/engine/Transaction.h @@ -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.