From 6bc97e5b16a8af1e0db97141dbab35520135fbc9 Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 6 Nov 2017 19:47:17 +0100 Subject: [PATCH] Fix API doc (\macro -> \def) --- application/argumentparser.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/argumentparser.h b/application/argumentparser.h index 19f482c..1990aab 100644 --- a/application/argumentparser.h +++ b/application/argumentparser.h @@ -22,7 +22,7 @@ CPP_UTILITIES_EXPORT extern const char *applicationUrl; CPP_UTILITIES_EXPORT extern std::initializer_list dependencyVersions; /*! - * \macro SET_DEPENDENCY_INFO + * \def SET_DEPENDENCY_INFO * \brief Sets meta data about the dependencies the application was linked against which is * used by ArgumentParser::printHelp(). * \remarks Reads those data from the config header so "config.h" must be included. @@ -34,7 +34,7 @@ CPP_UTILITIES_EXPORT extern std::initializer_list dependencyVersio #endif /*! - * \macro SET_APPLICATION_INFO + * \def SET_APPLICATION_INFO * \brief Sets application meta data (including SET_DEPENDENCY_INFO) used by ArgumentParser::printHelp(). * \remarks Reads those data from the config header so "config.h" must be included. */