Docs: use doxygen formatting for BLI

Differentiate doc-strings from title/section text.
This commit is contained in:
2021-12-20 19:01:14 +11:00
parent 5c63c0a58c
commit fdb2167b4a
30 changed files with 116 additions and 77 deletions

View File

@@ -450,7 +450,7 @@ void *BLI_gset_pop_key(GSet *gs, const void *key) ATTR_WARN_UNUSED_RESULT;
/* rely on inline api for now */
/* so we can cast but compiler sees as different */
/** Use a GSet specific type so we can cast but compiler sees as different */
typedef struct GSetIterator {
GHashIterator _ghi
#if defined(__GNUC__) && !defined(__clang__)