Skip to content

Commit c3ac7f9

Browse files
authored
Merge pull request #45 from jberlin/master
include links to older (v1-v2) documentation
2 parents 3dd1156 + b3f752a commit c3ac7f9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ extra functions and variables your expression evaluation will need
2626

2727
Be sure to check out the doxygen pages for an API overview:
2828
http://wdas.github.io/SeExpr/doxygen/
29+
http://wdas.github.io/SeExpr/doxygen/v1 (for older documentation)
2930

3031
Source code overview
3132
====================

src/doc/Doxyfile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/doc/main.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
*
4545
* \section Other
4646
* - \subpage license
47+
* - <a href="./v1/index.html">Older Documentation (v1-v2)</a>
4748
*/
4849

4950
/**

0 commit comments

Comments
 (0)