Skip to content

Commit

Permalink
Merge pull request #45 from jberlin/master
Browse files Browse the repository at this point in the history
include links to older (v1-v2) documentation
  • Loading branch information
jberlin committed Jul 29, 2016
2 parents 3dd1156 + b3f752a commit c3ac7f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ extra functions and variables your expression evaluation will need

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

Source code overview
====================
Expand Down
4 changes: 2 additions & 2 deletions src/doc/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ FULL_PATH_NAMES = YES
# If left blank the directory from which doxygen is run is used as the
# path to strip.

STRIP_FROM_PATH =
STRIP_FROM_PATH = @CMAKE_CURRENT_SOURCE_DIR@

# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
# the path mentioned in the documentation of a class, which tells
Expand Down Expand Up @@ -456,7 +456,7 @@ INPUT = @CMAKE_CURRENT_SOURCE_DIR@/../SeExpr \
@CMAKE_CURRENT_SOURCE_DIR@/../demos \
@CMAKE_CURRENT_SOURCE_DIR@/../demos/imageEditor \
@CMAKE_CURRENT_SOURCE_DIR@/../demos/imageSynth \
@CMAKE_CURRENT_SOURCE_DIR@/../demos/rman \
@CMAKE_CURRENT_SOURCE_DIR@/../demos/rman2 \
@CMAKE_CURRENT_SOURCE_DIR@/../demos/segraph \
@CMAKE_CURRENT_SOURCE_DIR@

Expand Down
1 change: 1 addition & 0 deletions src/doc/main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
*
* \section Other
* - \subpage license
* - <a href="./v1/index.html">Older Documentation (v1-v2)</a>
*/

/**
Expand Down

0 comments on commit c3ac7f9

Please sign in to comment.