]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1127] addressed review
authorRazvan Becheriu <razvan@isc.org>
Fri, 15 May 2020 15:09:45 +0000 (18:09 +0300)
committerRazvan Becheriu <razvan@isc.org>
Fri, 15 May 2020 18:21:41 +0000 (21:21 +0300)
src/lib/hooks/hooks_manager.h

index 0f452b2e1d8f1320c4e58d33365b58d3845d38cb..911d8af741eefbce536f414a75800f16caa32cf6 100644 (file)
@@ -485,15 +485,21 @@ private:
 
     /// @brief Initialization to No Libraries
     ///
-    /// Initializes the hooks manager with an "empty set" of libraries.
+    /// Initializes the hooks manager with an empty set of libraries.
     void init();
 
     // Members
 
     /// Set of library managers.
+    ///
+    /// @node: This should always be initialized using @ref init or
+    /// @ref loadLibraries.
     boost::shared_ptr<LibraryManagerCollection> lm_collection_;
 
     /// Callout manager for the set of library managers.
+    ///
+    /// @node: This should always be initialized using @ref init or
+    /// @ref loadLibraries.
     boost::shared_ptr<CalloutManager> callout_manager_;
 
     /// Test flag to keep @ref callout_manager_ when calling @ref loadLibraries