[Doxygen-develop] re: doxygen-dev-20030824
Brought to you by:
dimitri
From: Edmund G. <ed...@gr...> - 2003-08-26 10:14:50
|
re: problems with "using" and resolving typedefs and classes > The new release I just committed to CVS should resolve the above problems. > Please verify this and let me know of any other problems. It (20030824 from CVS) seems to work O.K on linkifying the annotated source code for my new test-case (attached), with options: EXTRACT_ALL = YES EXTRACT_PRIVATE = YES EXTRACT_STATIC = YES SOURCE_BROWSER = YES GENERATE_LATEX = NO However there are still a few quirks elsewhere: 1) in "classTest1_1_1Test1Class.html", the parameter types for "Test1Class::testGlobalUsingNamespace" and "Test1Class::testGlobalUsingType" are not hyperlinked (even though they are in "namespaceResolveProblem2_8cpp-source.html") 2) Each class and typdef used to have a "referenced by" lists with their detailed documentation - this seems to have disappeared. The only other possible problem, which may be more of a feature rather than a bug is: 3) because typedefs are linked back to the root class which they refer to (which is probably what users want most of the time), typedefs to system/STL classes are not hyperlinked (line 102 of the annotated source) - I assume that I can work around this by forward declaring and documenting the relevant STL classes if needed. Edmund Green. Greenius Ltd. http://www.greenius.ltd.uk/ |