From: Enar Väikene Date: Thu, 19 May 2011 17:50:25 +0000 (+0300) Subject: Doxygen documentation fixes. X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?a=commitdiff_plain;h=0f2257a3a58aaa329d11c9fadd06314edb924af5;p=evaf Doxygen documentation fixes. --- diff --git a/src/libs/Common/util.h b/src/libs/Common/util.h index 799f8aa..80fae62 100644 --- a/src/libs/Common/util.h +++ b/src/libs/Common/util.h @@ -58,7 +58,7 @@ inline bool isFalse(QString const & str) * Converts strings to variant values * @param value The string * @param defaultValue The default value - * @param Variant value converted from the string or the default if failed + * @return value converted from the string or the default if failed * * This function converts strings to variant values. The type of the expected value is determined * from the default value. If the string fails to convert to the expected type, returns the diff --git a/src/libs/Plugins/iplugin.h b/src/libs/Plugins/iplugin.h index 1cc2b8e..4b8b198 100644 --- a/src/libs/Plugins/iplugin.h +++ b/src/libs/Plugins/iplugin.h @@ -1,5 +1,5 @@ /** - * @file plugins/iplugin.h + * @file Plugins/iplugin.h * @brief Common interface for all the eVaf modules * @author Enar Vaikene * diff --git a/src/libs/Plugins/ipluginfactory.h b/src/libs/Plugins/ipluginfactory.h index 637aa6b..59f64ca 100644 --- a/src/libs/Plugins/ipluginfactory.h +++ b/src/libs/Plugins/ipluginfactory.h @@ -30,7 +30,7 @@ namespace Plugins { /** * Common plugin factory interface for eVaf modules. - * @code#include + * @code#include @endcode * * The iPluginFactory interface is implemented by modules that export more than one * iPlugin interface. diff --git a/src/libs/Plugins/pluginmanager_p.h b/src/libs/Plugins/pluginmanager_p.h index 1fbdad0..22a0de1 100644 --- a/src/libs/Plugins/pluginmanager_p.h +++ b/src/libs/Plugins/pluginmanager_p.h @@ -1,5 +1,5 @@ /** - * @file plugins/pluginmanager_p.h + * @file Plugins/pluginmanager_p.h * @brief Private implementation of the plugin manager * * Copyright (c) 2011 Enar Vaikene diff --git a/src/plugins/Test/version.h b/src/plugins/Test/version.h index d288dbc..0cd0708 100644 --- a/src/plugins/Test/version.h +++ b/src/plugins/Test/version.h @@ -1,5 +1,5 @@ /** - * @file plugins/Test/version.h + * @file Test/version.h * @brief Version information for eVaf modules * @author Enar Vaikene *