File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ extra functions and variables your expression evaluation will need
2626
2727Be sure to check out the doxygen pages for an API overview:
2828http://wdas.github.io/SeExpr/doxygen/
29+ http://wdas.github.io/SeExpr/doxygen/v1 (for older documentation)
2930
3031Source code overview
3132====================
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ FULL_PATH_NAMES = YES
120120# If left blank the directory from which doxygen is run is used as the
121121# path to strip.
122122
123- STRIP_FROM_PATH =
123+ STRIP_FROM_PATH = @CMAKE_CURRENT_SOURCE_DIR@
124124
125125# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
126126# the path mentioned in the documentation of a class, which tells
@@ -456,7 +456,7 @@ INPUT = @CMAKE_CURRENT_SOURCE_DIR@/../SeExpr \
456456 @CMAKE_CURRENT_SOURCE_DIR@/../demos \
457457 @CMAKE_CURRENT_SOURCE_DIR@/../demos/imageEditor \
458458 @CMAKE_CURRENT_SOURCE_DIR@/../demos/imageSynth \
459- @CMAKE_CURRENT_SOURCE_DIR@/../demos/rman \
459+ @CMAKE_CURRENT_SOURCE_DIR@/../demos/rman2 \
460460 @CMAKE_CURRENT_SOURCE_DIR@/../demos/segraph \
461461 @CMAKE_CURRENT_SOURCE_DIR@
462462
Original file line number Diff line number Diff line change 4444 *
4545 * \section Other
4646 * - \subpage license
47+ * - <a href="./v1/index.html">Older Documentation (v1-v2)</a>
4748 */
4849
4950/**
You can’t perform that action at this time.
0 commit comments