mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-21 15:40:36 +05:00
RNV: porting documentation on the doxygen 1.7.3
This commit is contained in:
parent
771d8fdd39
commit
38d9d031ab
@ -71,8 +71,9 @@ install-data-local: usr_docs
|
||||
*) echo "Installing $${filen}" ; cp -rp $${filen} $(DESTDIR)$(docdir)/gui/GEOM ;; \
|
||||
esac ; \
|
||||
done ; \
|
||||
cp -rp $(srcdir)/images/head.png $(DESTDIR)$(docdir)/gui/GEOM/geompy_doc ; \
|
||||
fi
|
||||
cp -rp $(srcdir)/images/head.png $(DESTDIR)$(docdir)/gui/GEOM/geompy_doc
|
||||
|
||||
|
||||
uninstall-local:
|
||||
rm -rf $(DESTDIR)$(docdir)/gui/GEOM
|
||||
|
@ -58,6 +58,11 @@ GENERATE_TREEVIEW = YES
|
||||
SEARCHENGINE = YES
|
||||
TREEVIEW_WIDTH = 300
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
#SORT related options
|
||||
#---------------------------------------------------------------------------
|
||||
SORT_GROUP_NAMES = NO
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
#LaTeX related option
|
||||
#---------------------------------------------------------------------------
|
||||
|
@ -34,12 +34,12 @@ dev_docs: doxyfile
|
||||
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 > \
|
||||
$(top_builddir)/src/GEOM_SWIG/geompy.py ; \
|
||||
./geompy.py ; \
|
||||
echo "===========================================" ; \
|
||||
echo "Generating TUI documentation" ; \
|
||||
echo "===========================================" ; \
|
||||
$(DOXYGEN) doxyfile ; \
|
||||
rm -f $(top_builddir)/src/GEOM_SWIG/geompy.py
|
||||
rm -f ./geompy.py
|
||||
|
||||
clean-local:
|
||||
-rm -fr GEOM doxygen.bak
|
||||
|
@ -98,7 +98,7 @@ WARN_LOGFILE =
|
||||
# configuration options related to the input files
|
||||
#---------------------------------------------------------------------------
|
||||
INPUT = @top_srcdir@/src \
|
||||
@top_builddir@/doc/salome/gui/GEOM/geompy.py \
|
||||
./geompy.py \
|
||||
@top_srcdir@/bin \
|
||||
@top_srcdir@/idl \
|
||||
@top_builddir@/bin \
|
||||
|
Loading…
Reference in New Issue
Block a user