Re: [Doxygen-develop] [PATCH] properly track static-like attribute after anonymous namespace in C++
Brought to you by:
dimitri
From: Anthony F. <ant...@gm...> - 2013-03-09 10:35:19
|
Dimitr -- On Sat, Mar 9, 2013 at 3:28 AM, Dimitri van Heesch <do...@gm...>wrote: > Hi Anthony, > > Thanks for the patch. Do you also have an example that shows the problem? > This is related to the test-case I sent out a few days ago, in the thread: http://doxygen.10944.n7.nabble.com/function-not-getting-documented-tc5709.html The sample is still there, and before/after runs with upstream and upstream+patch seems to show that this fixes it. (More importantly, this fix "makes sense", at a certain level. I do not entirely understand how doxygen is structured, but I can do input manipulations (where I change which function is first after an anonymous namespace -- and that changes which function fails to appear in the docs!) I have a larger patch to leverage your existing-but-commented-out debugging messages, in the works. That was what let me get here even this quickly -- so thank you yet again! Regards, Anthony Foiani |