r18759 - gnucash/trunk/src/engine - Fix up some doxygen comments

Phil Longstaff plongstaff at code.gnucash.org
Sun Feb 28 08:18:40 EST 2010


Author: plongstaff
Date: 2010-02-28 08:18:40 -0500 (Sun, 28 Feb 2010)
New Revision: 18759
Trac: http://svn.gnucash.org/trac/changeset/18759

Modified:
   gnucash/trunk/src/engine/gnc-lot.h
Log:
Fix up some doxygen comments


Modified: gnucash/trunk/src/engine/gnc-lot.h
===================================================================
--- gnucash/trunk/src/engine/gnc-lot.h	2010-02-28 13:13:27 UTC (rev 18758)
+++ gnucash/trunk/src/engine/gnc-lot.h	2010-02-28 13:18:40 UTC (rev 18759)
@@ -155,16 +155,16 @@
  */
 Split * gnc_lot_get_latest_split (GNCLot *lot);
 
-unsigned char gnc_lot_get_marker(const GNCLot*);
-void gnc_lot_set_marker(GNCLot*, unsigned char);
-
+/** Reset closed flag so that it will be recalculated. */
 void gnc_lot_set_closed_unknown(GNCLot*);
 
-/** Get and set the account title, or the account notes. */
+/** Get and set the account title, or the account notes, or the marker. */
 const char * gnc_lot_get_title (const GNCLot *);
 const char * gnc_lot_get_notes (const GNCLot *);
 void gnc_lot_set_title (GNCLot *, const char *);
 void gnc_lot_set_notes (GNCLot *, const char *);
+unsigned char gnc_lot_get_marker(const GNCLot*);
+void gnc_lot_set_marker(GNCLot*, unsigned char);
 
 /** Every lot has a place to hang kvp data.  This routine returns that
  *     place.



More information about the gnucash-changes mailing list