Skip to content
Snippets Groups Projects

#194: Add documentation for GraphView

Open Ghost User requested to merge hrouis/aidge_core:aidge_core#194 into dev
2 files
+ 21
15
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -416,7 +416,7 @@ public:
* Get the nodes name according to the GraphView nodes ranking.
* @param format The formatting string to be used with fmt::format().
* @details The usable positional arguments are the following:
* {0} node name, {1} node type, {2} rank, {3} type rank
* {0} node name, {1} node type, {2} rank, {3} type rankf
* @param markNonUnicity If true, non unique ranking is prefixed with "?"
* @return std::map<NodePtr, std::string> A map with the corresponding names
*/
Loading