* 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
/**
- * @file plugins/iplugin.h
+ * @file Plugins/iplugin.h
* @brief Common interface for all the eVaf modules
* @author Enar Vaikene
*
/**
* 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.
/**
- * @file plugins/pluginmanager_p.h
+ * @file Plugins/pluginmanager_p.h
* @brief Private implementation of the plugin manager
*
* Copyright (c) 2011 Enar Vaikene
/**
- * @file plugins/Test/version.h
+ * @file Test/version.h
* @brief Version information for eVaf modules
* @author Enar Vaikene
*