Modify ↓
#13717 closed defect (worksforme)
Doxygen: TracLinks only working for files?
Reported by: | Dominique Bontemps | Owned by: | Committo-Ergo-Sum |
---|---|---|---|
Priority: | normal | Component: | DoxygenPlugin |
Severity: | normal | Keywords: | doxygen, TracLinks |
Cc: | Trac Release: |
Description (last modified by )
Hello,
I have a project with a class AbstractMap. I am trying to add TracLinks in my wiki to this class.
[doxygen:AbstractMap.h] works, while [doxygen:AbstractMap] does not.
Here an excerpt of my file searchdata.xml:
<doc> <field name="type">source</field> <field name="name">AbstractMap.h</field> <field name="url">_abstract_map_8h_source.html#l00001</field> <field name="keywords"></field> <field name="text"></field> </doc> <doc> <field name="type">class</field> <field name="name">AbstractMap</field> <field name="url">class_abstract_map.html</field> <field name="keywords">AbstractMap</field> <field name="text">some text</field> </doc>
Attachments (0)
Change History (3)
comment:1 Changed 5 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 5 years ago by
Resolution: | fixed → worksforme |
---|
Note: See
TracTickets for help on using
tickets.
Same as #13718: There was a character ill-encoded in my searchdata.xml. Once I changed the source code Doxygen produced a correct file, and everything seems to work.