Merge pull request #260 from ELynx/develop

Fix description of get_guard()
This commit is contained in:
Jason Turner 2016-03-30 12:08:14 -06:00
commit 6e6795e914

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