docfix.
authoralpar
Mon, 03 May 2004 09:43:03 +0000
changeset 50895f8f7171bae
parent 507 dcfb68446843
child 509 2784b804abb3
docfix.
doc/Doxyfile
src/include/error.h
src/work/alpar/list_graph.h
     1.1 --- a/doc/Doxyfile	Mon May 03 09:38:17 2004 +0000
     1.2 +++ b/doc/Doxyfile	Mon May 03 09:43:03 2004 +0000
     1.3 @@ -438,7 +438,7 @@
     1.4  # directories that contain example code fragments that are included (see 
     1.5  # the \include command).
     1.6  
     1.7 -EXAMPLE_PATH           = examples
     1.8 +EXAMPLE_PATH           = 
     1.9  
    1.10  # If the value of the EXAMPLE_PATH tag contains directories, you can use the 
    1.11  # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
     2.1 --- a/src/include/error.h	Mon May 03 09:38:17 2004 +0000
     2.2 +++ b/src/include/error.h	Mon May 03 09:43:03 2004 +0000
     2.3 @@ -21,7 +21,7 @@
     2.4     *
     2.5     * \todo Don't we need different kind of exceptions for different kind
     2.6     * of errors?
     2.7 -   * Shouldn't we use <stdexcept> instead?
     2.8 +   * Shouldn't we use \<stdexcept\> instead?
     2.9     */
    2.10    class Exception : public std::exception {
    2.11    protected:
     3.1 --- a/src/work/alpar/list_graph.h	Mon May 03 09:38:17 2004 +0000
     3.2 +++ b/src/work/alpar/list_graph.h	Mon May 03 09:43:03 2004 +0000
     3.3 @@ -738,7 +738,7 @@
     3.4    ///add (or delete) edges. The usual edge iterators are exists, but they are
     3.5    ///always \ref INVALID.
     3.6    ///\sa \ref GraphSkeleton
     3.7 -  ///\se \ref EdgeSet
     3.8 +  ///\sa \ref EdgeSet
     3.9    class NodeSet {
    3.10  
    3.11      //Nodes are double linked.