GNOME Bugzilla – Bug 587629
Nested STL declarations stop processing the remainde of the file.
Last modified: 2009-07-06 17:50:44 UTC
Please describe the problem: In a class, declaring a variable typed with nested stl templates, such as a vector of vectors, causes the variable and any variables or functions after it to be omitted from the class. It seems like the scanner just stops scanning the file or class. Steps to reproduce: 1. Run doxygen using provided example, or: 2. in a class, declare a variable like vector<vector<int>> m_vviValues 3. Actual results: The generated help file only includes variables and functions up to the declaration of m_vviValues. Expected results: All of the variables and functions in the class should be included in the class docs. Does this happen every time? Yes. Other information: OS is Windows XP Pro SP2.
Created attachment 137746 [details] Sample CPP source file and doxyfile.
*** This bug has been marked as a duplicate of 560512 ***