[Doxygen-develop] [PATCH] Fix anchors for docset generation and provide publisher information
Brought to you by:
dimitri
From: Guido T. <gt...@od...> - 2010-04-29 13:37:10
|
Hi, here's a tiny patch against the doxygen trunk that fixes XCode docset generation. It generates <Anchor> tags in Nodes.xml instead of using url#anchor syntax (which docsetutil does not support). I've also added DOCSET_PUBLISHER_ID and DOCSET_PUBLISHER_NAME as config options, because Apple suggests to always provide these in Info.plist (otherwise the docset will be filed under "Unknown publisher"): http://developer.apple.com/mac/library/documentation/DeveloperTools/Conceptual/Documentation_Sets/030-Configuring_Documentation_Sets/configuring_docsets.html#//apple_ref/doc/uid/TP40005266-CH11-SW22 Best regards, Guido |