# HG changeset patch # User alpar # Date 1078940995 0 # Node ID 9b078bc3ce130404177006b77fcd2bacd20a45ca # Parent 970b265696b0eb3dc0df3458e628dc18378a8d7c Some mod in the doc diff -r 970b265696b0 -r 9b078bc3ce13 src/work/alpar/emptygraph.h --- a/src/work/alpar/emptygraph.h Wed Mar 10 17:47:54 2004 +0000 +++ b/src/work/alpar/emptygraph.h Wed Mar 10 17:49:55 2004 +0000 @@ -18,7 +18,11 @@ /// /// It can be used for checking the interface compatibility, /// or it can serve as a skeleton of a new graph structure. - + /// + /// Also, you will find here the full documentation of a certain graph + /// feature, the documentation of a real graph imlementation + /// like @ref ListGraph or + /// @ref SmartGraph will just refer to this structure. class EmptyGraph { public: diff -r 970b265696b0 -r 9b078bc3ce13 src/work/alpar/invalid.h --- a/src/work/alpar/invalid.h Wed Mar 10 17:47:54 2004 +0000 +++ b/src/work/alpar/invalid.h Wed Mar 10 17:49:55 2004 +0000 @@ -16,7 +16,7 @@ /// \ref Invalid is a global type that converts to each iterator /// in such a way that the value of the target iterator will be invalid. - ///extern Invalid INVALID; + //extern Invalid INVALID; const Invalid &INVALID = *(Invalid *)0;