diff -r e80e08222fdf -r 9757e3d9bfeb lemon/lgf_writer.h --- a/lemon/lgf_writer.h Wed Jul 09 07:57:53 2008 +0200 +++ b/lemon/lgf_writer.h Thu Jul 10 15:02:35 2008 +0200 @@ -914,6 +914,12 @@ /// It can be used almost the same way as \c DigraphWriter. /// The only difference is that this class can handle edges and /// edge maps as well as arcs and arc maps. + /// + /// The arc maps are written into the file as two columns, the + /// caption of the columns are the name of the map prefixed with \c + /// '+' and \c '-'. The arcs are written into the \c \@attributes + /// section as a \c '+' or a \c '-' prefix (depends on the direction + /// of the arc) and the label of corresponding edge. template class GraphWriter { public: