[Doxygen-users] #defined size of array as link: how?
Brought to you by:
dimitri
From: Thomas Z. <zi...@co...> - 2002-01-15 12:16:02
|
Please consider the following code fragment: #define SIZE 256 int array[SIZE]; When creating html output with the standard doxygen settings (doxygen -g), int array[SIZE] is part of the 'Variables'-section. array is a link into the section 'Detailed Description'. SIZE is not a link into this section. Is it possible to configure doxygen to generate links if the size of an array is a #define? Thanks in advance, Thomas PS: tested with 1.2.12. I've attached test.cpp test.dox and the doxgen-1.2.12 output test_cpp.html -- Dr.-Ing. Thomas Ziegler | Senior Research Engineer | Coding Technologies phone: +49 (0) 911 92891 -27 | Deutschherrnstr. 15-19 fax: +49 (0) 911 92891 -99 | D-90429 Nürnberg, Germany mailto:zi...@Co... | http://www.CodingTechnologies.com |