update format of doxygen

Change-Id: I52abc25afb46df4ac010b5251b123a6c1be2434b
diff --git a/src/ca-module.cpp b/src/ca-module.cpp
index eae209e..d64d904 100644
--- a/src/ca-module.cpp
+++ b/src/ca-module.cpp
@@ -39,6 +39,7 @@
 
 static const time::seconds DEFAULT_DATA_FRESHNESS_PERIOD = 1_s;
 static const time::seconds REQUEST_VALIDITY_PERIOD_NOT_BEFORE_GRACE_PERIOD = 120_s;
+static const int AES_128_KEY_LEN = 16;
 
 NDN_LOG_INIT(ndncert.ca);