Cleanup: doxygen comments

Also correct some outdated symbol references,
add missing 'name' commands.
This commit is contained in:
2019-11-25 01:14:39 +11:00
parent ace5677ef0
commit 249f4423ee
89 changed files with 549 additions and 299 deletions

View File

@@ -971,9 +971,10 @@ const uchar *UI_ThemeGetColorPtr(bTheme *btheme, int spacetype, int colorid)
}
/**
* initialize default theme
* \note: when you add new colors, created & saved themes need initialized
* use function below, init_userdef_do_versions()
* Initialize default theme.
*
* \note When you add new colors, created & saved themes need initialized
* use function below, #init_userdef_do_versions.
*/
void UI_theme_init_default(void)
{