Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 320682 - In cdoc, doxy() links don't work for doxygen module and page objects
Summary: In cdoc, doxy() links don't work for doxygen module and page objects
Status: CLOSED FIXED
Alias: None
Product: RTSC
Classification: Technology
Component: Tools (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Joseph Cusano CLA
QA Contact:
URL:
Whiteboard: target:3.20.02
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-22 19:30 EDT by Ramsey Harris CLA
Modified: 2011-06-20 14:42 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ramsey Harris CLA 2010-07-22 19:30:38 EDT
There are two cases where documentation links from cdoc to doxygen are not working.
 
1. Link from cdoc to a doxygen page does not work.
 
2. Link from cdoc to a doxygen module does not work.
 
It looks like the tag support for page and module is slightly different than for file. Here is the tag support for a file object (which is working).
 
<compound kind="file">
  <name>RcmClient.h</name>
  <path>/db/atree/rvh/fc-n09x/src/framework_components_3_20_00_08_eng/packages/ti/sdo/rcm/</path>
  <filename>_rcm_client_8h</filename>

Here is the tag support for a page object.
 
<compound kind="page">
  <name>ti_sdo_rcm</name>
  <title>Remote Command Message Overview</title>
  <filename>ti_sdo_rcm</filename>

Here is the tag suppport for a module object (called a group by doxygen).
 
<compound kind="group">
  <name>ti_sdo_rcm_RcmClient</name>
  <title>RcmClient</title>
  <filename>group__ti__sdo__rcm___rcm_client.html</filename>

Look in fc-n09/src/ti/sdo/rcm/RcmClient.xdc for examples.
Comment 1 Joseph Cusano CLA 2010-08-04 13:24:20 EDT
Resolved in xdc-v45. Added 'page' and 'group' support to cdoc's doxygen link support.
Comment 2 Ramsey Harris CLA 2010-08-05 21:07:40 EDT
Verified in fc-n10 using XDCtools 3.20.02.57_eng to rebuild the cdoc documentation. Using a browser, I was able to navigate from cdoc to doxygen through both the group and page links.
Comment 3 Dave Russo CLA 2011-06-20 14:42:22 EDT
Shipped in XDCtools 3.20.02