From: Uwe Hermann Date: Sat, 6 Apr 2013 17:25:03 +0000 (+0200) Subject: Doxygen: Properly document and handle version.h. X-Git-Tag: dsupstream~233 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=c27e5f1e82819cad599b95a24bf9f617abd6fafb;p=libsigrok.git Doxygen: Properly document and handle version.h. --- diff --git a/version.c b/version.c index a92aa960..51f344bd 100644 --- a/version.c +++ b/version.c @@ -23,13 +23,13 @@ /** * @file * - * Version number querying functions. + * Version number querying functions, definitions, and macros. */ /** * @defgroup grp_versions Versions * - * Version number querying functions. + * Version number querying functions, definitions, and macros. * * @{ */ diff --git a/version.h.in b/version.h.in index b1a94f48..da36ad06 100644 --- a/version.h.in +++ b/version.h.in @@ -20,6 +20,18 @@ #ifndef LIBSIGROK_VERSION_H #define LIBSIGROK_VERSION_H +/** + * @file + * + * Version number definitions and macros. + */ + +/** + * @ingroup grp_versions + * + * @{ + */ + /* * Package version macros (can be used for conditional compilation). */ @@ -52,5 +64,6 @@ /** The libsigrok libtool version ("current:revision:age") as string. */ #define SR_LIB_VERSION_STRING "@SR_LIB_VERSION@" -#endif +/** @} */ +#endif