Yes, it's fixed in 1.6.3.

Brice




Jeff Squyres wrote:
> Has this bug been reported upstream to the doxygen people?
>
> The thread safety section wasn't showing up in the PDF this afternoon; it 
> confounded me for an hour before I stumbled across this workaround in the 
> Makefile.am.
>
>
> On Apr 1, 2010, at 5:33 PM, <jsquy...@osl.iu.edu> <jsquy...@osl.iu.edu> wrote:
>
>   
>> Author: jsquyres
>> Date: 2010-04-01 17:33:14 EDT (Thu, 01 Apr 2010)
>> New Revision: 1896
>> URL: https://svn.open-mpi.org/trac/hwloc/changeset/1896
>>
>> Log:
>> Ensure to include the thread safety stuff in the PDF.
>>
>> Text files modified:
>>    trunk/doc/Makefile.am |    10 ++++++----                             
>>    1 files changed, 6 insertions(+), 4 deletions(-)
>>
>> Modified: trunk/doc/Makefile.am
>> ==============================================================================
>> --- trunk/doc/Makefile.am       (original)
>> +++ trunk/doc/Makefile.am       2010-04-01 17:33:14 EDT (Thu, 01 Apr 2010)
>> @@ -134,10 +134,12 @@
>>         -@mv -f $(DOX_DIR)/latex/tools.tex $(DOX_DIR)/latex/a00002.tex
>>         -@mv -f $(DOX_DIR)/html/envvar.html $(DOX_DIR)/html/a00003.html
>>         -@mv -f $(DOX_DIR)/latex/envvar.tex $(DOX_DIR)/latex/a00003.tex
>> -       -@mv -f $(DOX_DIR)/html/embed.html $(DOX_DIR)/html/a00004.html
>> -       -@mv -f $(DOX_DIR)/latex/embed.tex $(DOX_DIR)/latex/a00004.tex
>> -       -@mv -f $(DOX_DIR)/html/switchfromplpa.html 
>> $(DOX_DIR)/html/a00005.html
>> -       -@mv -f $(DOX_DIR)/latex/switchfromplpa.tex 
>> $(DOX_DIR)/latex/a00005.tex
>> +       -@mv -f $(DOX_DIR)/html/threadsafety.html $(DOX_DIR)/html/a00004.html
>> +       -@mv -f $(DOX_DIR)/latex/threadsafety.tex $(DOX_DIR)/latex/a00004.tex
>> +       -@mv -f $(DOX_DIR)/html/embed.html $(DOX_DIR)/html/a00005.html
>> +       -@mv -f $(DOX_DIR)/latex/embed.tex $(DOX_DIR)/latex/a00005.tex
>> +       -@mv -f $(DOX_DIR)/html/switchfromplpa.html 
>> $(DOX_DIR)/html/a00006.html
>> +       -@mv -f $(DOX_DIR)/latex/switchfromplpa.tex 
>> $(DOX_DIR)/latex/a00006.tex
>>  endif
>>  endif
>>
>> _______________________________________________
>> hwloc-svn mailing list
>> hwloc-...@open-mpi.org
>> http://www.open-mpi.org/mailman/listinfo.cgi/hwloc-svn
>>
>>     
>
>
>   

Reply via email to