mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-22 04:50:33 +05:00
Implementation of the "0020839: EDF 1370 DOC : Update of the TUI features documentation / help(aMethod)" issue.
This commit is contained in:
parent
eed87c32e4
commit
4fba47faef
@ -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 "===========================================" ; \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
1007
idl/GEOM_Gen.idl
1007
idl/GEOM_Gen.idl
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user