GNOME Bugzilla – Bug 693178
Better integration of DocSets
Last modified: 2013-05-19 12:36:24 UTC
I'm the developer behind Dash (http://kapeli.com/dash), a OS X documentation browser which supports Xcode docsets. In order for Dash to support Doxygen-generated docsets better, it needs one entry added to the Info.plist file of the docset. This entry is: <key>DashDocSetFamily</key><string>doxy</string> This tells Dash that this is a Doxygen docset so that it can handle it a bit differently from other docsets. Thank you!
Created attachment 235224 [details] [review] Add DashDocSetFamily to Info.plist generation
Thanks, I'll include the patch in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.4. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant.