diff --git a/src/lib/hooks/hooks_manager.h b/src/lib/hooks/hooks_manager.h index 0f452b2e1d..911d8af741 100644 --- a/src/lib/hooks/hooks_manager.h +++ b/src/lib/hooks/hooks_manager.h @@ -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 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 callout_manager_; /// Test flag to keep @ref callout_manager_ when calling @ref loadLibraries