Skip to content
Snippets Groups Projects
Commit 67571298 authored by jcarpent's avatar jcarpent Committed by Justin Carpentier
Browse files

[Doc] Add documentation of the parser

parent 57376a9b
Branches
Tags
No related merge requests found
......@@ -26,7 +26,16 @@ namespace se3
{
namespace python
{
/// \brief Load a model from a Python script.
///
/// This function raises a Python error in case of incistency in the Python code.
///
/// \input filename The full path to the model file.
/// \input verbose Verbosity mode.
///
/// \returns The model constructed by the Python script.
Model buildModel(const std::string & filename, bool verbose = false) throw (boost::python::error_already_set);
} // namespace python
} // namespace se3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment