[Doxygen-users] Where are the tests in the source tree?

2017-04-10 Thread Brier, Frederick(GE Oil & Gas)
I checked out the doxygen code, followed the instructions, installing the necessary tools, and successfully built the project using Visual Studio 2015 under Windows 10 Enterprise. Looking through the source tree, I do not see any tests of the various supported language grammars. My immediate g

[Doxygen-users] What is the reason for no alphabetical organisation of namespace members in certain libraries

2017-04-10 Thread didje
In the namespace members page, why do some libraries generate lists of members organised alphabetically (i.e. when you click on "Namespaces", then "Namespace Members", then "All", there is a list of namespace members beginning with "a" under the title "a", then those with "b" under the title "b" et

[Doxygen-users] Namespace members behaviour in 1.8.13

2017-04-10 Thread didje
I am using Doxygen 1.8.13. Previously I was using Doxygen 1.8.10 I am generating the documentation for a library libA, which, in has as its @INPUT tag only the following: @INPUT = ../libB/AFile.h \ docs/Overview.html AFile.h contains lots of includes of header files from other librarie