Fix doxygen comment 10/38610/2
authorMateusz Malicki <m.malicki2@samsung.com>
Wed, 22 Apr 2015 16:48:07 +0000 (18:48 +0200)
committerJan Olszak <j.olszak@samsung.com>
Thu, 23 Apr 2015 08:09:36 +0000 (01:09 -0700)
[Bux]           Can't compile with clang 3.6
[Cause]         Bad format of doxygen comment
[Solution]      N/A
[Verification]  Compile with clang.

Change-Id: I7dc296317bf8c380faf4ea27321f58cb477d6f33

common/config/kvstore.hpp
common/config/manager.hpp

index 0717665..eaf568b 100644 (file)
@@ -227,7 +227,7 @@ std::vector<T> KVStore::getInternal(const std::string& key, std::vector<T>*)
  * Uses '.' to connect the terms.
  * @param args components of the string
  * @tparam delim optional delimiter
- * @tparam typename ... Args any type implementing str
+ * @tparam Args any type implementing str
  * @return string created from he args
  */
 template<char delim = '.', typename Arg1, typename ... Args>
index 0deb8d8..f3bac43 100644 (file)
@@ -178,7 +178,7 @@ void saveToKVStore(const std::string& filename, const Config& config, const std:
  * Load the config from KVStore with defaults given in json
  *
  * @param kvfile    path to the KVStore db
- * @param jsonfile  path to json file with defaults
+ * @param json      path to json file with defaults
  * @param config    visitable structure to save
  * @param kvConfigName name of the config inside the KVStore db
  */