Skip to content

Commit

Permalink
Corrected Doxyden Documentation for WriteToFile
Browse files Browse the repository at this point in the history
Related Issue #4
  • Loading branch information
ZigRazor authored Jun 30, 2021
1 parent b9a349d commit 9fbaf5c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion include/Graph.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,10 @@ namespace CXXGRAPH
* This function write the graph in an output file
*
* @param format The Output format of the file
* @param OFileName The Output File Name
* @param OFileName The Output File Name ( )
* @param compress Indicates if the output will be compressed
* @param writeNodeFeat Indicates if export also Node Features
* @param writeEdgeWeight Indicates if export also Edge Weights
* @return 0 if all OK, else return a negative value
*/
int writeToFile(OutputFormat format = OutputFormat::STANDARD, std::string OFileName = "graph.csv", bool compress = false, bool writeNodeFeat = false, bool writeEdgeWeight = false) const;
Expand Down

0 comments on commit 9fbaf5c

Please sign in to comment.