mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-03 07:04:30 +05:00
NPAL18773: Correct GEOM documentation.
This commit is contained in:
parent
66d3644fbf
commit
2102becfd0
@ -107,19 +107,26 @@ GENERATE_RTF = NO
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration options related to the dot tool
|
||||
#---------------------------------------------------------------------------
|
||||
CLASS_DIAGRAMS = YES
|
||||
#CLASS_DIAGRAMS = YES
|
||||
CLASS_DIAGRAMS = NO
|
||||
HIDE_UNDOC_RELATIONS = NO
|
||||
HAVE_DOT = YES
|
||||
CLASS_GRAPH = YES
|
||||
#HAVE_DOT = YES
|
||||
HAVE_DOT = NO
|
||||
#CLASS_GRAPH = YES
|
||||
CLASS_GRAPH = NO
|
||||
COLLABORATION_GRAPH = NO
|
||||
GROUP_GRAPHS = NO
|
||||
UML_LOOK = NO
|
||||
TEMPLATE_RELATIONS = YES
|
||||
INCLUDE_GRAPH = YES
|
||||
#TEMPLATE_RELATIONS = YES
|
||||
#INCLUDE_GRAPH = YES
|
||||
TEMPLATE_RELATIONS = NO
|
||||
INCLUDE_GRAPH = NO
|
||||
INCLUDED_BY_GRAPH = NO
|
||||
CALL_GRAPH = NO
|
||||
GRAPHICAL_HIERARCHY = YES
|
||||
DIRECTORY_GRAPH = YES
|
||||
#GRAPHICAL_HIERARCHY = YES
|
||||
#DIRECTORY_GRAPH = YES
|
||||
GRAPHICAL_HIERARCHY = NO
|
||||
DIRECTORY_GRAPH = NO
|
||||
DOT_IMAGE_FORMAT = jpg
|
||||
DOT_PATH =
|
||||
DOTFILE_DIRS =
|
||||
|
@ -27,10 +27,25 @@ EXTRA_DIST+=GEOM
|
||||
|
||||
doxygen=@DOXYGEN@
|
||||
|
||||
# Below command replaces "geompyDC" by "geompy" except cases
|
||||
# "sgeompyDC", "1geompyDC" and "egeompyDC" (these sequences
|
||||
# can be found in file names and must not be replaces):
|
||||
#
|
||||
# sed 's/\([^s1e]\)geompyDC\|^geompyDC/\1geompy/g' $${filen} > ./tmp;
|
||||
#
|
||||
usr_docs:
|
||||
cd ./GEOM; \
|
||||
echo "Processing geompyDC.py file: "; \
|
||||
$(doxygen) ./doxyfile_py; \
|
||||
cd ./geompy_doc; \
|
||||
filesl=`find .`; \
|
||||
for filen in $${filesl}; do \
|
||||
sed 's/\([^s1e]\)geompyDC\|^geompyDC/\1geompy/g' $${filen} > ./tmp1; \
|
||||
sed 's/geompy\.geompy/geompy/g' ./tmp1 > ./tmp; \
|
||||
rm -f tmp1; \
|
||||
mv -f tmp $${filen}; \
|
||||
done; \
|
||||
cd ..; \
|
||||
echo "Running doxygen in directory: "`pwd`; \
|
||||
$(doxygen) ./doxyfile;
|
||||
|
||||
@ -53,4 +68,4 @@ docguidir=$(docdir)/gui/GEOM
|
||||
nodist_docgui_DATA= GEOM/doxyfile
|
||||
nodist_docgui_DATA+= GEOM/doxyfile_py
|
||||
EXTRA_DIST+= GEOM/doxyfile.in
|
||||
EXTRA_DIST+= GEOM/doxyfile_py.in
|
||||
EXTRA_DIST+= GEOM/doxyfile_py.in
|
||||
|
Loading…
x
Reference in New Issue
Block a user