[Doxygen-users] Doc for C# enum is not extracted (despite public and \file).
Brought to you by:
dimitri
From: tobias <ts...@ex...> - 2014-07-22 15:04:24
|
Hey,I tried to find a solution for my problem but failed. This is the situation:One of my C# sources has multiple enums. The file gets parsed and I added a \file comment for doxygen. However, even though the enums are public, they won't show up in the generated html doc.I updated to the latest Doxygen (installer) v1.8.7 and have no idea if my config is bad or if something else is.Source now looks like this:http://hastebin.com/udubamobis.csDoxgen Config:http://hastebin.com/ubusulocev.txtThanks in advance for any help provided.Tobias -- View this message in context: http://doxygen.10944.n7.nabble.com/Doc-for-C-enum-is-not-extracted-despite-public-and-file-tp6741.html Sent from the Doxygen - Users mailing list archive at Nabble.com. |