Open TransientResponse opened 7 years ago
Workaround for those interested: use a preprocessor block with a predfine in DoxyPress.
Example: #if !DOX_IGNORE
followed by #endif
around the line with the offending string with DOX_IGNORE
added to DoxyPress's predefined macros in Build Settings -> Preprocessor.
It appears that having a C# verbatim string (string literal prefixed with
@
) in a method before the documentation of a property leads to the text in the string being included in the name of the property in the docs.Example code:
This code documents as:
First noticed in DoxyPress 1.2.5