mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Use Doxygen format for function comment
This commit is contained in:
parent
dd589060a3
commit
d2986559de
@ -524,18 +524,17 @@ gnc_reconcile_view_toggle_split (GNCReconcileView *view, Split *split)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*****************************************************************************\
|
/** Insert or remove a split from the list of splits to be reconciled
|
||||||
* gnc_reconcile_view_rec_or_unrec_split *
|
* (view->reconciled) so that all other splits in the same transaction
|
||||||
* insert or remove a child split from the list of splits to be reconciled *
|
* for the account being reconciled (including children), are the same
|
||||||
* (view->reconciled) so that all other splits in the same transaction *
|
* reconciliation state as the split that has been toggled.
|
||||||
* for the account being reconciled (including children), are the same *
|
*
|
||||||
* reconciliation state as the split that has been toggled *
|
* @param view The view to use.
|
||||||
* *
|
*
|
||||||
* Args: view - the view to use *
|
* @param split The split to be inserted or removed
|
||||||
* split - the split to be inserted or removed *
|
*
|
||||||
* reconcile - TRUE=insert, FALSE=remove *
|
* @param reconcile TRUE=insert, FALSE=remove
|
||||||
* Returns: void *
|
*/
|
||||||
\*****************************************************************************/
|
|
||||||
static void
|
static void
|
||||||
gnc_reconcile_view_rec_or_unrec_split (GNCReconcileView *view, Split *split, gboolean reconcile)
|
gnc_reconcile_view_rec_or_unrec_split (GNCReconcileView *view, Split *split, gboolean reconcile)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user