From b0116097561313fe52ba2ad27253dd434eb4b5a4 Mon Sep 17 00:00:00 2001 From: Janet Berlin Date: Thu, 28 Jul 2016 17:08:26 -0700 Subject: [PATCH 1/2] use relative path in doxygen source file names --- src/doc/Doxyfile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/Doxyfile.in b/src/doc/Doxyfile.in index 0b34cafe..a755e25f 100644 --- a/src/doc/Doxyfile.in +++ b/src/doc/Doxyfile.in @@ -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 @@ -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@ From b3f752abef8146a5d51bacfde6547301986566c9 Mon Sep 17 00:00:00 2001 From: Janet Berlin Date: Thu, 28 Jul 2016 19:10:30 -0700 Subject: [PATCH 2/2] include links to older documentation --- README | 1 + src/doc/main.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/README b/README index 375e0084..d42aeb53 100644 --- a/README +++ b/README @@ -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 ==================== diff --git a/src/doc/main.txt b/src/doc/main.txt index 6a108860..b6788d12 100644 --- a/src/doc/main.txt +++ b/src/doc/main.txt @@ -44,6 +44,7 @@ * * \section Other * - \subpage license + * - Older Documentation (v1-v2) */ /**