Doxygen: Properly document and handle version.h.
This commit is contained in:
parent
ca0938c50b
commit
c27e5f1e82
|
@ -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.
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
|
15
version.h.in
15
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
|
||||
|
|
Loading…
Reference in New Issue