Changeset 456:02c28d3cf97b in lemon-0.x
- Timestamp:
- 04/28/04 14:22:34 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@604
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Doxyfile
r434 r456 134 134 # documentation. 135 135 136 DETAILS_AT_TOP = NO136 DETAILS_AT_TOP = YES 137 137 138 138 # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented … … 168 168 # of all members will be omitted, etc. 169 169 170 OPTIMIZE_OUTPUT_FOR_C = YES170 OPTIMIZE_OUTPUT_FOR_C = NO 171 171 172 172 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java sources -
src/include/dijkstra.h
r433 r456 37 37 ///algorithm. The default 38 38 ///is using \ref BinHeap "binary heap". 39 39 /// 40 ///\author Jacint Szabo 40 41 #ifdef DOXYGEN 41 42 template <typename Graph, -
src/include/smart_graph.h
r415 r456 29 29 /// 30 30 ///\todo Some member functions could be \c static. 31 ///\author Alpar Juttner 31 32 class SmartGraph { 32 33 -
src/work/athos/minlengthpaths.h
r430 r456 26 26 /// from a given source node to a given target node in an 27 27 /// edge-weighted directed graph having minimal total weigth (length). 28 28 /// 29 ///\author Attila Bernath 29 30 template <typename Graph, typename LengthMap> 30 31 class MinLengthPaths {
Note: See TracChangeset
for help on using the changeset viewer.