Community
Participate
Working Groups
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.
Resolved in xdc-v45. Added 'page' and 'group' support to cdoc's doxygen link support.
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.
Shipped in XDCtools 3.20.02