mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
doxygen: Document tree parameter of prepare_mustsave_flags
Doxygen complained that not all parameters of prepare_mustsave_flags were documented.
This commit is contained in:
parent
90d7c11f28
commit
31242e8029
@ -852,6 +852,10 @@ register_change_hooks(const struct change_hook_info *change_hooks)
|
||||
}
|
||||
|
||||
/** Set or clear the ::OPT_MUST_SAVE flag in all descendants of @a tree.
|
||||
*
|
||||
* @param tree
|
||||
* The option tree in which this function recursively sets or clears
|
||||
* the flag.
|
||||
*
|
||||
* @param set_all
|
||||
* If true, set ::OPT_MUST_SAVE in all options of the tree.
|
||||
|
Loading…
Reference in New Issue
Block a user