]> vaikene.ee Git - evaf/commitdiff
Doxygen documentation fixes.
authorEnar Väikene <enar.vaikene@mt.com>
Thu, 19 May 2011 17:50:25 +0000 (20:50 +0300)
committerEnar Väikene <enar.vaikene@mt.com>
Thu, 19 May 2011 17:50:25 +0000 (20:50 +0300)
src/libs/Common/util.h
src/libs/Plugins/iplugin.h
src/libs/Plugins/ipluginfactory.h
src/libs/Plugins/pluginmanager_p.h
src/plugins/Test/version.h

index 799f8aacebb61a16df1d7a05b033a14ce4822adc..80fae6236eb60c3236de95675e9ebfe6b31888e9 100644 (file)
@@ -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
index 1cc2b8e54f82d21dc551d9498e158f64a51b67c1..4b8b198e43e6aa4c027fc07f08575664b60771f8 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * @file plugins/iplugin.h
+ * @file Plugins/iplugin.h
  * @brief Common interface for all the eVaf modules
  * @author Enar Vaikene
  *
index 637aa6b9b5124ab571c78da45d317b5de9ef0764..59f64ca76629945f7a492614092e4c06f460fdc4 100644 (file)
@@ -30,7 +30,7 @@ namespace Plugins {
 
 /**
  * Common plugin factory interface for eVaf modules.
- * @code#include <Plugins/iPluginFactory>
+ * @code#include <Plugins/iPluginFactory>@endcode
  *
  * The iPluginFactory interface is implemented by modules that export more than one
  * iPlugin interface.
index 1fbdad056648d9210d570eaec35252b2dc991fe6..22a0de17258cd8e6833f19ad35dcb835c8045566 100644 (file)
@@ -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
index d288dbc40044f1ff7311e74a746faef81a708965..0cd0708fc06f313f91ee5fccc0db53bb87cfefc2 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * @file plugins/Test/version.h
+ * @file Test/version.h
  * @brief Version information for eVaf modules
  * @author Enar Vaikene
  *