GNOME Bugzilla – Bug 619040
Hi, I have a doubt about docsets.
Last modified: 2011-01-03 20:02:24 UTC
Hi, I have a doubt, and I would like to know how it works. In a previous versions of doxygen (1.5.6), the file tokens.xml generated by doxygen contains items named token with an child entity "scope". But it looks that in the last version 1.6.3, this entity scope has dissapeared, and also the values for the child entity "type" have changed. My doubt is if this feature has changed? or is this a bug? or have I missed any thing in the configuration?. I tried with C++ and C# projects. Thanks for your attention! and let me say that doxygen is a great tool! i always try to preach about it! Javier Gallardo from spain(sorry for my english)
Can you check if it works with version 1.7.0? If not can you please attach a self-contained example (source+config file in a tar or zip) that allows me to reproduce the problem?
any news Javier?
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!
Created attachment 173368 [details] broken Tokens.xml
This is still broken in 1.7.2, attachment above provides source+config to reproduce. Correct format for Tokens.xml is described in Documentation Set Guide, Appendix D at http://developer.apple.com/library/mac/#documentation/DeveloperTools/Conceptual/Documentation_Sets/820-Documentation-Set_Tokens_Schema_Reference/docset_tokens_schema_ref.html
Can you also add some clues as to what exactly is broken? i.e. what do you see in Tokens.xml and what did you expect?
See <TokenIdentifier> <Name>bounce</Name> <APILanguage>occ</APILanguage> <Type>instm</Type> </TokenIdentifier> Expect <TokenIdentifier> <Name>bounce</Name> <APILanguage>occ</APILanguage> <Type>instm</Type> <Scope>Dummy</Scope> </TokenIdentifier> http://developer.apple.com/library/mac/#documentation/DeveloperTools/Conceptual/Documentation_Sets/040-Supporting_API_Lookup_in_Documentation_Sets/docset_api_lookup.html is another useful part of the same document.
Confirmed. Should be fixed in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.7.3. 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.
Can confirm fixed. Thanks.