Changeset 1435:8e85e6bbefdf in lemon-0.x for doc
- Timestamp:
- 05/23/05 06:48:14 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1909
- Location:
- doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Doxyfile.in
r1400 r1435 116 116 # path to strip. 117 117 118 STRIP_FROM_PATH = @abs_top_srcdir@ /src118 STRIP_FROM_PATH = @abs_top_srcdir@ 119 119 120 120 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of … … 125 125 # are normally passed to the compiler using the -I flag. 126 126 127 STRIP_FROM_INC_PATH = @abs_top_srcdir@ /src127 STRIP_FROM_INC_PATH = @abs_top_srcdir@ 128 128 129 129 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter … … 452 452 453 453 INPUT = @abs_top_srcdir@/doc \ 454 @abs_top_srcdir@/ src/lemon \455 @abs_top_srcdir@/src/lemon/bits \456 @abs_top_srcdir@/ src/lemon/concept \457 @abs_top_srcdir@/ src/demo \458 @abs_top_srcdir@/ src/test/test_tools.h454 @abs_top_srcdir@/lemon \ 455 @abs_top_srcdir@/lemon/bits \ 456 @abs_top_srcdir@/lemon/concept \ 457 @abs_top_srcdir@/demo \ 458 @abs_top_srcdir@/test/test_tools.h 459 459 460 460 # If the value of the INPUT tag contains directories, you can use the … … 495 495 # the \include command). 496 496 497 EXAMPLE_PATH = ../ src/demo \497 EXAMPLE_PATH = ../demo \ 498 498 ../LICENSE \ 499 499 . -
doc/template.h
r1359 r1435 1 1 /* -*- C++ -*- 2 * src/lemon/template.h - Part of LEMON, a generic C++ optimization library2 * lemon/template.h - Part of LEMON, a generic C++ optimization library 3 3 * 4 4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
Note: See TracChangeset
for help on using the changeset viewer.