docs: Fixing doxygen warnings

Change-Id: Ic85f86f4de8224e2fa5d1c41f6afb0f367af5b37
Refs: #3210
diff --git a/daemon/table/strategy-choice.hpp b/daemon/table/strategy-choice.hpp
index fdff3ab..68ed395 100644
--- a/daemon/table/strategy-choice.hpp
+++ b/daemon/table/strategy-choice.hpp
@@ -49,6 +49,7 @@
 
 public: // available Strategy types
   /** \brief determines if a strategy is installed
+   *  \param strategyName name of the strategy
    *  \param isExact true to require exact match, false to permit unversioned strategyName
    *  \return true if strategy is installed
    */
@@ -64,6 +65,7 @@
 
 public: // Strategy Choice table
   /** \brief set strategy of prefix to be strategyName
+   *  \param prefix the name prefix for which \p strategyName should be used
    *  \param strategyName the strategy to be used
    *  \return true on success
    *