mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-21 19:10:33 +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 ;; \
|
*) 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
|
||||||
|
@ -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
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
|
@ -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
|
||||||
|
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user