Le 15/12/2011 16:31, bgog...@osl.iu.edu a écrit : > Author: bgoglin > Date: 2011-12-15 10:31:50 EST (Thu, 15 Dec 2011) > New Revision: 4069 > URL: https://svn.open-mpi.org/trac/hwloc/changeset/4069 > > Log: > Fix a long-standing obsolete PREDEFINED in the website doxygen config
There are still some significant differences between doxygen "normal" config (doxygen.cfg) and the website one (www.open-mpi.org.cfg). I think we often forgot to update the latter when changing the former. Here are what I think should be backported into www.open-mpi.org to clean things up: These are non-trivial but they were changed in doxygen.cfg after the last modification of www.open-mpi.org.cfg. BRIEF_MEMBER_DESC yes->no SHORT_NAMES no->yes SHOW_FILES yes->no These ones probably don't matter because we use the tarball PDF for the website, we don't rerun latex there. So I can unformize these. LATEX_CMD_NAME latex->pdflatex-> EXTRA_PACKAGES ->times LATEX_SOURCE_CODE no->yes Brice