X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=version.h.in;h=d0440913cb9ca6cfa616422dac582c26c47d1841;hb=4a35548bbee613149fa4fbfa3dd9eaacb7511376;hp=b1a94f4896acf291e45bfbc4fa511094c320eda4;hpb=45c59c8bdd01954f9214fe7b869d92c55415d109;p=libsigrok.git diff --git a/version.h.in b/version.h.in index b1a94f48..d0440913 100644 --- a/version.h.in +++ b/version.h.in @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the libsigrok project. * * Copyright (C) 2010-2012 Bert Vermeulen * @@ -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