mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-24 16:30:35 +05:00
Remove documentation in triple double quotes in Python script to avoid it in generated pages.
This commit is contained in:
parent
c55226dc9d
commit
998ba35795
@ -30,23 +30,12 @@ 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 "===========================================" ; \
|
||||
@$(KERNEL_ROOT_DIR)/bin/salome/prepare_generating_doc.py $(top_srcdir)/src/GEOM_SWIG/geomBuilder.py ; \
|
||||
$(KERNEL_ROOT_DIR)/bin/salome/prepare_generating_doc.py $(top_srcdir)/src/GEOM_SWIG/gsketcher.py ; \
|
||||
$(DOXYGEN) doxyfile_tui ; \
|
||||
echo "===========================================" ; \
|
||||
echo "Generating Python interface documentation"; \
|
||||
echo "===========================================" ; \
|
||||
$(DOXYGEN) doxyfile_py ; \
|
||||
echo "===========================================" ; \
|
||||
echo "Generating GUI documentation" ; \
|
||||
echo "===========================================" ; \
|
||||
$(DOXYGEN) doxyfile ; \
|
||||
rm -f ./geomBuilder.py
|
||||
rm -f ./geomBuilder.py ./gsketcher.py
|
||||
|
||||
docs: usr_docs
|
||||
|
||||
|
@ -99,7 +99,7 @@ EXAMPLE_RECURSIVE = NO
|
||||
#---------------------------------------------------------------------------
|
||||
#Input related options
|
||||
#---------------------------------------------------------------------------
|
||||
INPUT = geomBuilder.py @top_srcdir@/src/GEOM_SWIG/gsketcher.py @top_srcdir@/idl/GEOM_Gen.idl
|
||||
INPUT = geomBuilder.py gsketcher.py @top_srcdir@/idl/GEOM_Gen.idl
|
||||
FILE_PATTERNS =
|
||||
IMAGE_PATH = @srcdir@/images
|
||||
EXAMPLE_PATH = @top_srcdir@/src/GEOM_SWIG
|
||||
|
Loading…
Reference in New Issue
Block a user