From 21399917a52a4b8010e74f25c862a27f5de51b8c Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 28 Jun 2011 14:08:10 +0000 Subject: [PATCH] 0021240: EDF OTHER: Impossible to ga back to gui documentation after going to tui one - Add "Home" link on geompy doc pages in order to allow getting back to the main page --- configure.ac | 1 + doc/salome/gui/GEOM/doxyfile_py.in | 2 +- doc/salome/gui/GEOM/static/header_py.html.in | 23 ++++++++++++++++++++ 3 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 doc/salome/gui/GEOM/static/header_py.html.in diff --git a/configure.ac b/configure.ac index 789bd1af9..af9313f9d 100644 --- a/configure.ac +++ b/configure.ac @@ -416,6 +416,7 @@ AC_OUTPUT([ \ doc/salome/gui/GEOM/doxyfile_py \ doc/salome/gui/GEOM/doxyfile_tui \ doc/salome/gui/GEOM/static/header.html \ + doc/salome/gui/GEOM/static/header_py.html \ doc/salome/tui/Makefile \ doc/salome/tui/doxyfile \ doc/salome/tui/static/header.html \ diff --git a/doc/salome/gui/GEOM/doxyfile_py.in b/doc/salome/gui/GEOM/doxyfile_py.in index 68f02fbde..e54f1c3e6 100755 --- a/doc/salome/gui/GEOM/doxyfile_py.in +++ b/doc/salome/gui/GEOM/doxyfile_py.in @@ -110,7 +110,7 @@ RECURSIVE = NO #--------------------------------------------------------------------------- GENERATE_HTML = YES HTML_OUTPUT = geompy_doc -HTML_HEADER = @builddir@/static/header.html +HTML_HEADER = @builddir@/static/header_py.html HTML_FOOTER = @srcdir@/static/footer.html HTML_STYLESHEET = @srcdir@/static/doxygen.css TOC_EXPAND = YES diff --git a/doc/salome/gui/GEOM/static/header_py.html.in b/doc/salome/gui/GEOM/static/header_py.html.in new file mode 100644 index 000000000..36e6a0c38 --- /dev/null +++ b/doc/salome/gui/GEOM/static/header_py.html.in @@ -0,0 +1,23 @@ + + + + +$title + + + + + + + + + + + +
+
Version: @VERSION@
+
Home
+ +
-- 2.39.2