Commit 838a6610 authored by Fabian Boemer's avatar Fabian Boemer Committed by Scott Cyphers

Fix description of path_join functions (#3717)

parent 7cba0d0e
......@@ -36,7 +36,7 @@ namespace ngraph
/// \param path The path to the output file
std::string get_directory(const std::string& path);
/// \brief Serialize a Function to as a json file
/// \brief Joins multiple paths into a single path
/// \param s1 Left side of path
/// \param s2 Right side of path
std::string path_join(const std::string& s1, const std::string& s2);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment