MCPcopy Create free account
hub / github.com/JeremyBYU/polylidar / FunctionDoc

Method FunctionDoc

src/Python/polylidar_pybind/docstring/docstring.cpp:195–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195FunctionDoc::FunctionDoc(const std::string& pybind_doc) : pybind_doc_(pybind_doc)
196{
197 ParseFunctionName();
198 ParseSummary();
199 ParseArguments();
200 ParseReturn();
201}
202
203void FunctionDoc::ParseFunctionName()
204{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected