Skip to content
Snippets Groups Projects
Commit 4e6e8246 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[BL] ConfigTree; Improve default return descr.

parent 6c227297
No related branches found
No related tags found
No related merge requests found
......@@ -283,10 +283,12 @@ public:
template<typename T> T
getConfigParameter(std::string const& param) const;
/*! Get parameter \c param of type \c T from the configuration tree or the \c default_value.
/*! Get parameter \c param of type \c T from the configuration tree or the
* \c default_value.
*
* This method has a similar behaviour as getConfigParameter(std::string const&) except in case
* of errors the \c default_value is returned.
* This method has a similar behaviour as getConfigParameter(std::string
* const&) except the \c default_value is returned if the attribute has not
* been found.
*
* \pre \c param must not have been read before from this ConfigTree.
*/
......@@ -375,7 +377,8 @@ public:
* \c default_value.
*
* This method has a similar behaviour as getConfigAttribute(std::string
* const&) except in case of errors the \c default_value is returned.
* const&) except the \c default_value is returned if the attribute has not
* been found.
*
* \return the requested attribute's value.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment