diff -r 630a5e16dc12 -r 94a7deb46c07 demo/dim_to_dot.cc
--- a/demo/dim_to_dot.cc Fri May 12 09:57:03 2006 +0000
+++ b/demo/dim_to_dot.cc Fri May 12 15:29:42 2006 +0000
@@ -16,21 +16,20 @@
*
*/
-// Use a DIMACS max flow file as stdin.
-// dim_to_dot < dimacs_max_flow_file > dot_output_file
-// This program makes a dot file from a dimacs max flow file.
-// This program can be an aid in making up to date visualized documantation
-// of demo programs.
-
-// For later documentation (if marci does not do it)
-// Az a graphviz csomag egy egyszeru formatuma, ami egy graphrajzolo csomag.
-// Az EdgeSubGraphAdaptor doksijaban szerepel egy kirajzolt graf. Azt nem
-// kezzel csinaltam, hanem a megfelelo dim file-bol ezzel a progival. A
-// doxygen ugyanis ilyet eszik, igy a juzer vizualisan is latja a grafot a
-// doksiban, es sajat maga is le tudja futtatni az algoritmust, mert ott van
-// a kezeben a dim file is. Es mivel ez egy generalt file, ezert ha vmit
-// valtoztatunk a dim-en, ezt is konnyu bemasolni. Uff.
-
+///\file
+///\brief Dim (Dimacs) to Dot (Graphviz) converter
+///
+/// This program can convert the dimacs format to graphviz dot format.
+///
+/// Use a DIMACS max flow file as stdin.
+///
+/// dim_to_dot < dimacs_max_flow_file > dot_output_file
+///
+/// This program makes a dot file from a dimacs max flow file.
+/// This program can be an aid in making up to date visualized documantation
+/// of demo programs.
+///
+/// \include dim_to_dot.cc
#include
#include