[Doxygen-users] External Functions not Showing on Class Index Page
Brought to you by:
dimitri
From: Kevin N. <kne...@si...> - 2014-09-21 21:16:52
|
I am having problems showing external functions using the built-in tags system. I run the base.config and have it output the base.tag file with the correct information regarding the functions I want to see on the "class index" page. When I run the second iteration with the top.config file, with the relevant information below, the functions from base.tag don't show up on the "class index" page. There are no errors showing up in the doxygen log file. top.config... TAGFILES = html/base.tag=./base ALLEXTERNALS = YES EXTERNAL_GROUPS = YES EXTERNAL_PAGES = YES Can someone point out the errors of my ways? Thanks, Kevin |