docs: fix capitalization in doxygen comments
Change-Id: Ibf5ee5119d12d60d382b0acef8dfd08277c18fcb
diff --git a/tests/daemon/table/strategy-choice.t.cpp b/tests/daemon/table/strategy-choice.t.cpp
index 574317d..b285234 100644
--- a/tests/daemon/table/strategy-choice.t.cpp
+++ b/tests/daemon/table/strategy-choice.t.cpp
@@ -40,7 +40,7 @@
DummyStrategy::registerAs(strategyNameQ);
}
- /** \brief insert StrategyChoice entry at \p prefix for \p instanceName
+ /** \brief Insert StrategyChoice entry at \p prefix for \p instanceName.
* \return constructed instance name
*/
Name
@@ -52,7 +52,7 @@
return foundName;
}
- /** \brief determine whether the effective strategy type at \p prefix is \p S
+ /** \brief Determine whether the effective strategy type at \p prefix is \p S.
* \tparam S expected strategy type
*/
template<typename S>