[Gnucash-changes] Tweaks - Derek, can you upgrade the version of doxygen on

Linas Vepstas linas at cvs.gnucash.org
Sat Jul 10 11:17:29 EDT 2004


Log Message:
-----------
Tweaks - Derek, can you upgrade the version of doxygen on cvs.gnucash.org? 
doxygen --version 1.3.6 seems to handle grouping of functions correctly,
whereas version 1.3.4 does not.

Modified Files:
--------------
    gnucash/src/engine:
        Transaction.h

Revision Data
-------------
Index: Transaction.h
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/engine/Transaction.h,v
retrieving revision 1.161
retrieving revision 1.162
diff -Lsrc/engine/Transaction.h -Lsrc/engine/Transaction.h -u -r1.161 -r1.162
--- src/engine/Transaction.h
+++ src/engine/Transaction.h
@@ -116,12 +116,11 @@
 #define TXN_TYPE_PAYMENT 'P'  /**< Transaction is a payment  */
 /**@}*/
 
-/***************************************************************
- * Transaction
- */
+/* --------------------------------------------------------------- */
+/* Transactions */
 
 /** @name Transaction creation and editing */
-/**@{*/
+/** @{ */
 /** 
  The xaccMallocTransaction() will malloc memory and initialize it.
  Once created, it is usually unsafe to merely "free" this memory;
@@ -213,11 +212,11 @@
  */
 guint gnc_book_count_transactions(QofBook *book);
 
-/**@}*/
+/** @} */
 
 
 /** @name Transaction general getters/setters */
-/**@{*/
+/** @{ */
 
 /** Sorts the splits in a transaction, putting the debits first,
  *  followed by the credits.


More information about the gnucash-changes mailing list