Re: [Doxygen-users] Missing Modules and Namespace Tabs in HTML

2015-06-22 Thread David Morse
Albert, Thank you very much - that worked perfectly! I particularly appreciate your generosity in actually trying out doxygen on my code to find a solution. -David On Sat, Jun 20, 2015 at 5:37 AM, Albert wrote: > David, > > In version 1.8.8 (by head) a change has taken place about handli

Re: [Doxygen-users] Missing Modules and Namespace Tabs in HTML

2015-06-20 Thread Albert
David, In version 1.8.8 (by head) a change has taken place about handling files with unknown / unsupported extension. Till that version they were seen as C-like files. In version 1.8.8 and up they are skipped, but it is possible to use your own extension and map it to a supported version. When I c