Changeset 508:95f8f7171bae in lemon-0.x
- Timestamp:
- 05/03/04 11:43:03 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@668
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Doxyfile
r507 r508 439 439 # the \include command). 440 440 441 EXAMPLE_PATH = examples441 EXAMPLE_PATH = 442 442 443 443 # If the value of the EXAMPLE_PATH tag contains directories, you can use the -
src/include/error.h
r491 r508 22 22 * \todo Don't we need different kind of exceptions for different kind 23 23 * of errors? 24 * Shouldn't we use <stdexcept> instead?24 * Shouldn't we use \<stdexcept\> instead? 25 25 */ 26 26 class Exception : public std::exception { -
src/work/alpar/list_graph.h
r503 r508 739 739 ///always \ref INVALID. 740 740 ///\sa \ref GraphSkeleton 741 ///\s e\ref EdgeSet741 ///\sa \ref EdgeSet 742 742 class NodeSet { 743 743
Note: See TracChangeset
for help on using the changeset viewer.