From c55226dc9dcc34f0493d42c0a33f199f375a36ee Mon Sep 17 00:00:00 2001 From: akl Date: Fri, 5 Apr 2013 11:33:20 +0000 Subject: [PATCH] Remove documentation in triple double quotes in Python script to avoid it in generated pages. --- doc/salome/gui/GEOM/Makefile.am | 6 +++++- doc/salome/gui/GEOM/doxyfile_py.in | 2 +- doc/salome/gui/GEOM/input/geompy.doc | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/salome/gui/GEOM/Makefile.am b/doc/salome/gui/GEOM/Makefile.am index 7454eb2ce..eed8dbaa6 100755 --- a/doc/salome/gui/GEOM/Makefile.am +++ b/doc/salome/gui/GEOM/Makefile.am @@ -30,6 +30,10 @@ guidocdir = $(docdir)/gui/GEOM guidoc_DATA = images/head.png static/SALOME_BOA_PA.pdf usr_docs: doxyfile_tui doxyfile_py doxyfile + echo "===========================================" ; \ + echo "Process geomBuilder.py for documentation generation" ; \ + echo "===========================================" ; \ + $(KERNEL_ROOT_DIR)/bin/salome/prepare_generating_doc.py $(top_srcdir)/src/GEOM_SWIG/geomBuilder.py ;\ echo "===========================================" ; \ echo "Generating examples documentation" ; \ echo "===========================================" ; \ @@ -42,7 +46,7 @@ usr_docs: doxyfile_tui doxyfile_py doxyfile echo "Generating GUI documentation" ; \ echo "===========================================" ; \ $(DOXYGEN) doxyfile ; \ - rm -f ./geompy.py + rm -f ./geomBuilder.py docs: usr_docs diff --git a/doc/salome/gui/GEOM/doxyfile_py.in b/doc/salome/gui/GEOM/doxyfile_py.in index 56ae4db87..5a3689a0f 100755 --- a/doc/salome/gui/GEOM/doxyfile_py.in +++ b/doc/salome/gui/GEOM/doxyfile_py.in @@ -99,7 +99,7 @@ EXAMPLE_RECURSIVE = NO #--------------------------------------------------------------------------- #Input related options #--------------------------------------------------------------------------- -INPUT = @top_srcdir@/src/GEOM_SWIG/geomBuilder.py @top_srcdir@/src/GEOM_SWIG/gsketcher.py @top_srcdir@/idl/GEOM_Gen.idl +INPUT = geomBuilder.py @top_srcdir@/src/GEOM_SWIG/gsketcher.py @top_srcdir@/idl/GEOM_Gen.idl FILE_PATTERNS = IMAGE_PATH = @srcdir@/images EXAMPLE_PATH = @top_srcdir@/src/GEOM_SWIG diff --git a/doc/salome/gui/GEOM/input/geompy.doc b/doc/salome/gui/GEOM/input/geompy.doc index c6411b7de..569afa259 100644 --- a/doc/salome/gui/GEOM/input/geompy.doc +++ b/doc/salome/gui/GEOM/input/geompy.doc @@ -6,7 +6,7 @@ structured documentation for geomBuilder.py, where all package functionality is separated in groups by purpose. -\n Also you can find any function in the \ref GEOM_SWIG.geomBuilder +\n Also you can find any function in the \ref geomBuilder "linear documentation for geomBuilder.py". \n -- 2.39.2