# HG changeset patch # User alpar # Date 1083577383 0 # Node ID 95f8f7171bae0d93a683a1267ab704e5a4d238ec # Parent dcfb684468433f5c53898d436cb605ab8cd02d5c docfix. diff -r dcfb68446843 -r 95f8f7171bae doc/Doxyfile --- a/doc/Doxyfile Mon May 03 09:38:17 2004 +0000 +++ b/doc/Doxyfile Mon May 03 09:43:03 2004 +0000 @@ -438,7 +438,7 @@ # directories that contain example code fragments that are included (see # the \include command). -EXAMPLE_PATH = examples +EXAMPLE_PATH = # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp diff -r dcfb68446843 -r 95f8f7171bae src/include/error.h --- a/src/include/error.h Mon May 03 09:38:17 2004 +0000 +++ b/src/include/error.h Mon May 03 09:43:03 2004 +0000 @@ -21,7 +21,7 @@ * * \todo Don't we need different kind of exceptions for different kind * of errors? - * Shouldn't we use instead? + * Shouldn't we use \ instead? */ class Exception : public std::exception { protected: diff -r dcfb68446843 -r 95f8f7171bae src/work/alpar/list_graph.h --- a/src/work/alpar/list_graph.h Mon May 03 09:38:17 2004 +0000 +++ b/src/work/alpar/list_graph.h Mon May 03 09:43:03 2004 +0000 @@ -738,7 +738,7 @@ ///add (or delete) edges. The usual edge iterators are exists, but they are ///always \ref INVALID. ///\sa \ref GraphSkeleton - ///\se \ref EdgeSet + ///\sa \ref EdgeSet class NodeSet { //Nodes are double linked.