mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user