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

Method NamespaceFix

src/Python/polylidar_pybind/docstring/docstring.cpp:468–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466}
467
468std::string FunctionDoc::NamespaceFix(const std::string& s)
469{
470 std::string rc = std::regex_replace(s, std::regex("::"), ".");
471 rc = std::regex_replace(rc, std::regex("cpplib\\.cpplib\\."), "cpplib.");
472 return rc;
473}
474
475std::string FunctionDoc::StringCleanAll(std::string& s, const std::string& white_space)
476{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected