[Lemon-commits] [lemon_svn] alpar: r668 - in hugo/trunk: doc src/include src/work/alpar
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:40:52 CET 2006
Author: alpar
Date: Mon May 3 11:43:03 2004
New Revision: 668
Modified:
hugo/trunk/doc/Doxyfile
hugo/trunk/src/include/error.h
hugo/trunk/src/work/alpar/list_graph.h
Log:
docfix.
Modified: hugo/trunk/doc/Doxyfile
==============================================================================
--- hugo/trunk/doc/Doxyfile (original)
+++ hugo/trunk/doc/Doxyfile Mon May 3 11:43:03 2004
@@ -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
Modified: hugo/trunk/src/include/error.h
==============================================================================
--- hugo/trunk/src/include/error.h (original)
+++ hugo/trunk/src/include/error.h Mon May 3 11:43:03 2004
@@ -21,7 +21,7 @@
*
* \todo Don't we need different kind of exceptions for different kind
* of errors?
- * Shouldn't we use <stdexcept> instead?
+ * Shouldn't we use \<stdexcept\> instead?
*/
class Exception : public std::exception {
protected:
Modified: hugo/trunk/src/work/alpar/list_graph.h
==============================================================================
--- hugo/trunk/src/work/alpar/list_graph.h (original)
+++ hugo/trunk/src/work/alpar/list_graph.h Mon May 3 11:43:03 2004
@@ -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.
More information about the Lemon-commits
mailing list