Modify

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#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 Dominique Bontemps)

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 Dominique Bontemps

Description: modified (diff)

comment:2 Changed 5 years ago by Dominique Bontemps

Resolution: fixed
Status: newclosed

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.

comment:3 Changed 5 years ago by Jun Omae

Resolution: fixedworksforme

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Committo-Ergo-Sum.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.