]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#32,!23] Fixed doxygen issue
authorThomas Markwalder <tmark@isc.org>
Fri, 5 Oct 2018 12:47:52 +0000 (08:47 -0400)
committerThomas Markwalder <tmark@isc.org>
Fri, 5 Oct 2018 13:19:44 +0000 (09:19 -0400)
src/lib/process/config_ctl_info.h
    Added code/endcode around JSON

src/lib/process/config_ctl_info.h

index 52aeab2ad3d80df6b9695a89e71fd95356285901..097231f90bc6a38b6b2abb3890ead50342470de9 100644 (file)
@@ -107,6 +107,7 @@ typedef std::vector<ConfigDbInfo> ConfigDbInfoList;
 /// This is class conveys the configuration control information
 /// described by the following JSON text:
 ///
+/// @code
 /// "config-control" :
 /// {
 ///     "config-databases":
@@ -123,7 +124,10 @@ typedef std::vector<ConfigDbInfo> ConfigDbInfoList;
 ///         # next config db
 ///     }
 ///     ]
+///
 /// }
+/// @endcode
+///
 class ConfigControlInfo : public isc::data::CfgToElement {
 public: