Fix up some doxygen comments

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18759 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Phil Longstaff
2010-02-28 13:18:40 +00:00
parent 46c071490b
commit 53d17d53aa

View File

@@ -155,16 +155,16 @@ Split * gnc_lot_get_earliest_split (GNCLot *lot);
*/
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.