docs: fix capitalization in doxygen comments
Change-Id: Ibf5ee5119d12d60d382b0acef8dfd08277c18fcb
diff --git a/tools/nfdc/command-arguments.hpp b/tools/nfdc/command-arguments.hpp
index 6dc060a..91d17e0 100644
--- a/tools/nfdc/command-arguments.hpp
+++ b/tools/nfdc/command-arguments.hpp
@@ -38,7 +38,7 @@
using ndn::nfd::FacePersistency;
using ndn::nfd::RouteOrigin;
-/** \brief contains named command arguments
+/** \brief Contains named command arguments.
*/
class CommandArguments : public std::map<std::string, std::any, std::less<>>
{
@@ -62,7 +62,7 @@
return getOptional<T>(key).value_or(defaultValue);
}
- /** \brief get an optional boolean argument as tribool
+ /** \brief Get an optional boolean argument as tribool.
* \return the argument value, or boost::logic::indeterminate if the argument is omitted on command line
*/
boost::logic::tribool