docs: fix capitalization in doxygen comments
Change-Id: Ibf5ee5119d12d60d382b0acef8dfd08277c18fcb
diff --git a/tools/nfdc/cs-module.hpp b/tools/nfdc/cs-module.hpp
index 3c78765..f2cbef9 100644
--- a/tools/nfdc/cs-module.hpp
+++ b/tools/nfdc/cs-module.hpp
@@ -33,23 +33,23 @@
using ndn::nfd::CsInfo;
-/** \brief provides access to NFD CS management
+/** \brief Provides access to NFD CS management.
* \sa https://redmine.named-data.net/projects/nfd/wiki/CsMgmt
*/
class CsModule : public Module, noncopyable
{
public:
- /** \brief register 'cs config' command
+ /** \brief Register 'cs config' command.
*/
static void
registerCommands(CommandParser& parser);
- /** \brief the 'cs config' command
+ /** \brief The 'cs config' command.
*/
static void
config(ExecuteContext& ctx);
- /** \brief the 'cs erase' command
+ /** \brief The 'cs erase' command.
*/
static void
erase(ExecuteContext& ctx);