Cleanup: use over-line for doxy comments

Follow our code style for doxygen sections.
This commit is contained in:
2020-10-27 21:32:09 +11:00
parent 30f626fe4c
commit 4b188bb08c
91 changed files with 178 additions and 197 deletions

View File

@@ -645,9 +645,9 @@ bool UI_but_online_manual_id_from_active(const struct bContext *C, char *r_str,
}
/* -------------------------------------------------------------------- */
/* Modal Button Store API */
/** \name Button Store
*
* Modal Button Store API.
*
* Store for modal operators & handlers to register button pointers
* which are maintained while drawing or NULL when removed.