From d5802d8efe29f2b6f4209b903df36baa3d875890 Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 28 Jun 2011 14:28:59 +0000 Subject: [PATCH] 0021240: EDF OTHER: Impossible to go 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/VISU/doxyfile_idl.in | 4 ++-- doc/salome/gui/VISU/static/header_py.html.in | 23 ++++++++++++++++++++ 3 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 doc/salome/gui/VISU/static/header_py.html.in diff --git a/configure.ac b/configure.ac index 50d09df4..8808187e 100644 --- a/configure.ac +++ b/configure.ac @@ -395,6 +395,7 @@ AC_OUTPUT([ \ doc/salome/gui/VISU/doxyfile \ doc/salome/gui/VISU/doxyfile_idl \ doc/salome/gui/VISU/static/header.html \ + doc/salome/gui/VISU/static/header_py.html \ doc/salome/tui/Makefile \ doc/salome/tui/doxyfile \ doc/salome/tui/static/header.html \ diff --git a/doc/salome/gui/VISU/doxyfile_idl.in b/doc/salome/gui/VISU/doxyfile_idl.in index 9f7a5375..4f8b50ba 100755 --- a/doc/salome/gui/VISU/doxyfile_idl.in +++ b/doc/salome/gui/VISU/doxyfile_idl.in @@ -109,7 +109,7 @@ RECURSIVE = NO #--------------------------------------------------------------------------- GENERATE_HTML = YES HTML_OUTPUT = visugen_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 @@ -157,4 +157,4 @@ DOT_CLEANUP = YES #External reference options #--------------------------------------------------------------------------- GENERATE_TAGFILE = visugen_doc.tag -SEARCHENGINE = YES \ No newline at end of file +SEARCHENGINE = YES diff --git a/doc/salome/gui/VISU/static/header_py.html.in b/doc/salome/gui/VISU/static/header_py.html.in new file mode 100644 index 00000000..36e6a0c3 --- /dev/null +++ b/doc/salome/gui/VISU/static/header_py.html.in @@ -0,0 +1,23 @@ + + + + +$title + + + + + + + + + + + +
+
Version: @VERSION@
+
Home
+ +
-- 2.39.2