Fix description of get_guard()

This commit is contained in:
Eduard 2016-03-30 18:14:12 +03:00
parent f7b52f6c39
commit 33c966b8d6

View File

@ -505,7 +505,7 @@ class Function
/// \endcode
Vector get_contained_functions() const;
/// \brief Returns a vector of the contained functions
/// \brief Returns a function guard as function
///
/// Example:
/// \code