RNV: porting documentation on the doxygen 1.7.3

This commit is contained in:
rnv 2011-04-11 06:49:03 +00:00
parent 771d8fdd39
commit 38d9d031ab
4 changed files with 10 additions and 4 deletions

View File

@ -71,8 +71,9 @@ install-data-local: usr_docs
*) echo "Installing $${filen}" ; cp -rp $${filen} $(DESTDIR)$(docdir)/gui/GEOM ;; \ *) echo "Installing $${filen}" ; cp -rp $${filen} $(DESTDIR)$(docdir)/gui/GEOM ;; \
esac ; \ esac ; \
done ; \ done ; \
cp -rp $(srcdir)/images/head.png $(DESTDIR)$(docdir)/gui/GEOM/geompy_doc ; \
fi fi
cp -rp $(srcdir)/images/head.png $(DESTDIR)$(docdir)/gui/GEOM/geompy_doc
uninstall-local: uninstall-local:
rm -rf $(DESTDIR)$(docdir)/gui/GEOM rm -rf $(DESTDIR)$(docdir)/gui/GEOM

View File

@ -58,6 +58,11 @@ GENERATE_TREEVIEW = YES
SEARCHENGINE = YES SEARCHENGINE = YES
TREEVIEW_WIDTH = 300 TREEVIEW_WIDTH = 300
#---------------------------------------------------------------------------
#SORT related options
#---------------------------------------------------------------------------
SORT_GROUP_NAMES = NO
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
#LaTeX related option #LaTeX related option
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------

View File

@ -34,12 +34,12 @@ dev_docs: doxyfile
echo "===========================================" ; \ echo "===========================================" ; \
sed -e "/class geompyDC/d" -e "s/^ *#/#/g" -e "s/^ *def /def /g" \ 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 > \ -e "s/geompyDC/geompy/g" $(top_srcdir)/src/GEOM_SWIG/geompyDC.py > \
$(top_builddir)/src/GEOM_SWIG/geompy.py ; \ ./geompy.py ; \
echo "===========================================" ; \ echo "===========================================" ; \
echo "Generating TUI documentation" ; \ echo "Generating TUI documentation" ; \
echo "===========================================" ; \ echo "===========================================" ; \
$(DOXYGEN) doxyfile ; \ $(DOXYGEN) doxyfile ; \
rm -f $(top_builddir)/src/GEOM_SWIG/geompy.py rm -f ./geompy.py
clean-local: clean-local:
-rm -fr GEOM doxygen.bak -rm -fr GEOM doxygen.bak

View File

@ -98,7 +98,7 @@ WARN_LOGFILE =
# configuration options related to the input files # configuration options related to the input files
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
INPUT = @top_srcdir@/src \ INPUT = @top_srcdir@/src \
@top_builddir@/doc/salome/gui/GEOM/geompy.py \ ./geompy.py \
@top_srcdir@/bin \ @top_srcdir@/bin \
@top_srcdir@/idl \ @top_srcdir@/idl \
@top_builddir@/bin \ @top_builddir@/bin \