After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 619040 - (jgallardo) Hi, I have a doubt about docsets.
(jgallardo)
Hi, I have a doubt about docsets.
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.6.3
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2010-05-18 22:54 UTC by Javier Gallardo Rama
Modified: 2011-01-03 20:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
broken Tokens.xml (3.51 KB, application/zip)
2010-10-28 00:08 UTC, bangnoise
Details

Description Javier Gallardo Rama 2010-05-18 22:54:29 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)
Comment 1 Dimitri van Heesch 2010-06-21 13:17:54 UTC
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?
Comment 2 Felipe Besoaín Pino 2010-09-09 01:45:07 UTC
any news Javier?
Comment 3 Felipe Besoaín Pino 2010-09-10 15:48:02 UTC
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!
Comment 4 bangnoise 2010-10-28 00:08:09 UTC
Created attachment 173368 [details]
broken Tokens.xml
Comment 5 bangnoise 2010-10-28 00:12:53 UTC
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
Comment 6 Dimitri van Heesch 2010-10-28 08:05:10 UTC
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?
Comment 7 bangnoise 2010-10-28 09:43:12 UTC
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.
Comment 8 Dimitri van Heesch 2010-11-06 21:43:29 UTC
Confirmed. Should be fixed in the next subversion update.
Comment 9 Dimitri van Heesch 2011-01-03 19:01:36 UTC
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.
Comment 10 bangnoise 2011-01-03 20:02:24 UTC
Can confirm fixed. Thanks.