Implementation of the "0020839: EDF 1370 DOC : Update of the TUI features documentation / help(aMethod)" issue.

This commit is contained in:
ana 2012-02-06 07:38:17 +00:00
parent eed87c32e4
commit 4fba47faef
5 changed files with 4662 additions and 795 deletions

View File

@ -33,9 +33,7 @@ usr_docs: doxyfile_tui doxyfile_py doxyfile
echo "===========================================" ; \
echo "Replacing geompyDC by geompy" ; \
echo "===========================================" ; \
sed -e "/class geompyDC/d" -e "s/^ *#/#/g" -e "s/^ *def /def /g" \
-e "s/geompyDC/geompy/g" $(top_srcdir)/src/GEOM_SWIG/geompyDC.py > \
./geompy.py ; \
$(KERNEL_ROOT_DIR)/bin/salome/prepare_generating_doc.py geompy.py $(top_srcdir)/src/GEOM_SWIG/geompyDC.py geompy ; \
echo "===========================================" ; \
echo "Generating examples documentation" ; \
echo "===========================================" ; \

View File

@ -99,8 +99,8 @@ EXAMPLE_RECURSIVE = NO
#---------------------------------------------------------------------------
#Input related options
#---------------------------------------------------------------------------
INPUT = .
FILE_PATTERNS = geompy.py
INPUT = . @top_srcdir@/idl
FILE_PATTERNS = geompy.py GEOM_Gen.idl
IMAGE_PATH = @srcdir@/images
EXAMPLE_PATH = @top_srcdir@/src/GEOM_SWIG
RECURSIVE = NO

View File

@ -6,7 +6,7 @@
select <b>Repair - > Shape Processing</b>.
\n This operation processes one or more shapes using various operators.
\n The \b Result will be a \b GEOM_Object.
\n The \b Result will be a \b GEOM.GEOM_Object.
\n <b>TUI Command:</b> <em>geompy.ProcessShape(Shape, Operators,
Parameters, Values),</em> where \em Shape is a processed shape, \em Operators

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff