[Doxygen-users] Typedef Aliases Don't Work
Brought to you by:
dimitri
From: Scott P. <sco...@ho...> - 2001-06-07 20:48:57
|
The documentation for doxygen clearly states: "Typedefs that involve classes, structs and unions, like typedef struct StructName TypeName create an alias for StructName, so links will be generated to = StructName, when either StructName itself or TypeName is encountered." However this is NOT true. The example HTML documentation does not even = do this. Clicking on the name of the typedef in the example = documenation in the online help brings you to documentation for the = typedef itself NOT the associated struct. This problem seems to have been around since at least 1.2.6, and is = still present in 1.2.8. Are there any workarounds? Is this a known problem? Thanks, Scott |