1
0
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:
Kalle Olavi Niemitalo 2012-11-18 19:48:43 +02:00 committed by Kalle Olavi Niemitalo
parent 90d7c11f28
commit 31242e8029

View File

@ -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.