]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2454] Doxygen fixes
authorTomek Mrugalski <tomek@isc.org>
Fri, 8 Jul 2022 14:37:20 +0000 (16:37 +0200)
committerTomek Mrugalski <tomek@isc.org>
Thu, 21 Jul 2022 09:00:54 +0000 (09:00 +0000)
src/lib/cc/simple_parser.h
src/lib/dhcpsrv/cfg_expiration.h
src/lib/http/basic_auth_config.h
src/lib/yang/yang.dox

index 9f551282e2752f2be1c45efb90b8706889d3f2c1..cb788028fda548844fe3612de74be7c61d8c5b0e 100644 (file)
@@ -323,7 +323,7 @@ public:
     ///
     /// Parses an integer triplet parameter of the form:
     ///
-    ///    min-<name>, <name>, max-<name>
+    ///    min-{name}, {name}, max-{name}
     ///
     /// @param scope Data element holding e.g. shared network configuration
     /// to be parsed.
index 76d1b4514bd68ddefbbadade115cc6c52ef885cd..0cf8457927ceaf5f506aa6bdd55e474cb463c675 100644 (file)
@@ -62,7 +62,7 @@ class CfgExpiration : public isc::data::CfgToElement {
 public:
 
     /// @name Default values.
-    //@{
+    ///@{
     ///
     /// @brief Default value for reclaim-timer-wait-time.
     static const uint16_t DEFAULT_RECLAIM_TIMER_WAIT_TIME;
@@ -82,10 +82,10 @@ public:
     /// @brief Default value for unwarned-reclaim-cycles.
     static const uint16_t DEFAULT_UNWARNED_RECLAIM_CYCLES;
 
-    //@}
+    ///@}
 
     /// @name Upper limits for the parameters
-    //@{
+    ///@{
     ///
     /// @brief Maximum value for reclaim-timer-wait-time.
     static const uint16_t LIMIT_RECLAIM_TIMER_WAIT_TIME;
@@ -105,10 +105,10 @@ public:
     /// @brief Maximum value for unwarned-reclaim-cycles.
     static const uint16_t LIMIT_UNWARNED_RECLAIM_CYCLES;
 
-    //@}
+    ///@}
 
     /// @name Timers' names
-    //@{
+    ///@{
 
     /// @brief Name of the timer for reclaiming expired leases.
     static const std::string RECLAIM_EXPIRED_TIMER_NAME;
@@ -116,7 +116,7 @@ public:
     /// @brief Name of the timer for flushing reclaimed leases.
     static const std::string FLUSH_RECLAIMED_TIMER_NAME;
 
-    //@}
+    ///@}
 
     /// @brief Constructor.
     ///
@@ -270,14 +270,14 @@ private:
 };
 
 /// @name Pointers to the @c CfgExpiration objects.
-//@{
+///@{
 /// @brief Pointer to the Non-const object.
 typedef boost::shared_ptr<CfgExpiration> CfgExpirationPtr;
 
 /// @brief Pointer to the const object.
 typedef boost::shared_ptr<const CfgExpiration> ConstCfgExpirationPtr;
 
-//@}
+///@}
 
 template<typename Instance>
 void
index f3d8c3414c0fd380ff5c5d6b95a2c15337057dbe..413dd2266dd7bd4bf9cac33b27547cb7c4aa8439 100644 (file)
@@ -145,10 +145,10 @@ public:
     /// @brief Clear configuration.
     virtual void clear();
 
-    /// @brief Get the content of <directory>/<file-name> regular file.
+    /// @brief Get the content of {directory}/{file-name} regular file.
     ///
     /// @param file_name The file name.
-    /// @return The content of the <directory>/<file-name> regular file.
+    /// @return The content of the {directory}/{file-name} regular file.
     std::string getFileContent(const std::string& file_name) const;
 
     /// @brief Returns the list of client configuration.
index dc587be9445ac52596fb60a43cd1f710676eb704..c13238d1eca206195043ca6f99644f35b6c08a80 100644 (file)
@@ -119,7 +119,7 @@ Reference Manual: https://kea.readthedocs.io/en/latest/arm/integrations.html#yan
 
 You also need to install YANG modules, so the unit tests are able to
 retrieve, add, update and generally interact with the sysrepo information.
-There are several Kea modules (src/share/yang/modules/*.yang), mostly usable in
+There are several Kea modules (*.yang in src/share/yang/modules/), mostly usable in
 production, but one called keatest-module is only used in unit tests. To be able
 to run unit tests as a non-root user, which is the recommended way, make sure
 the sysrepo repository and /dev/shm/sr* are owned by said user. One way to