Re: [Doxygen-users] Rejects C++ overloaded methods w/ default parameters
Brought to you by:
dimitri
From: MK <mk...@co...> - 2014-07-21 17:16:10
|
On Mon, 21 Jul 2014 14:46:06 +0000 "Ferro, Alasdair" <Ala...@me...> wrote: > Make sure your "std::" prefixes match - Doxygen is far less forgiving > that the C++ compiler on this! If that's the issue, it's not a matter of "being less forgiving", it's a matter of being wrong, I think, since the .cpp files use namespace std whereas the .hpp ones don't. All of the other methods are the same in this regard and they come out okay. BUT: Adding the full namespace to the params in the .cpp works to get the documentation out. I'm okay with that, even if it does look a little inconsistent. Life is not perfect ;) Thanks! MK -- "Enthusiasm is not the enemy of the intellect." (said of Irving Howe) |