From 41d12a1e75017848620bd3670d9863aea63b62fb Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 30 Sep 2018 22:51:23 +0200 Subject: [PATCH] doc: Silence doxygen warnings. This gets rid of many warnings of the form warning: Member lyr_get_def_by_id(uint32_t id, struct osl_object *def) (function) of file afs.h is not documented. which show up if EXTRACT_ALL is set to "no". --- afs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/afs.h b/afs.h index b0d283f6..cfa9cc6d 100644 --- a/afs.h +++ b/afs.h @@ -285,10 +285,12 @@ int playlist_check_callback(struct afs_callback_arg *aca); struct para_buffer *pb, void *data); \ extern struct osl_table *table_name ## _table; +/** \cond blob_symbols */ DECLARE_BLOB_SYMBOLS(lyrics, lyr); DECLARE_BLOB_SYMBOLS(images, img); DECLARE_BLOB_SYMBOLS(moods, mood); DECLARE_BLOB_SYMBOLS(playlists, pl); +/** \endcond blob_symbols */ /** The columns of an abstract blob table. */ enum blob_table_columns { -- 2.30.2