RNV: porting documentation on the doxygen 1.7.3

This commit is contained in:
rnv 2011-04-11 06:56:10 +00:00
parent 9b2349d823
commit e38b8cec43
2 changed files with 8 additions and 1 deletions

View File

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

View File

@ -56,6 +56,12 @@ DISABLE_INDEX = NO
GENERATE_TREEVIEW = YES GENERATE_TREEVIEW = YES
TREEVIEW_WIDTH = 300 TREEVIEW_WIDTH = 300
#---------------------------------------------------------------------------
#SORT related options
#---------------------------------------------------------------------------
SORT_GROUP_NAMES = NO
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
#LaTeX related option #LaTeX related option
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------