[Doxygen-users] (no subject)
Brought to you by:
dimitri
From: Tom G. <ger...@gm...> - 2014-07-30 10:47:30
|
Hi, We have almost completed our Doxygen project for our 1 MLOC archive (and are very happy with the result!!!), but unfortunately members of structs in our archive are not linked. We submitted a PR for this ( https://bugzilla.gnome.org/show_bug.cgi?id=733968), but we were wondering if there is any known workaround to this problem. A short recap of the problem: *This bug is a continuation of bug 333931 <show_bug.cgi?id=333931> ( support for smart pointers (dereference operator in template) ) which was fixed earlier. Doxygen appears to understand dereference operators (->) in a templatised smart pointer class only if the smart pointer instance is a local variable in the file and not when the smartpointer is defined as a global variable in another file.* Best regards, Tom & Sankar |