Re: [Doxygen-users] at-signs (@) in doc comments are deleted from output
Brought to you by:
dimitri
From: dougkramer <dou...@gm...> - 2015-02-26 06:25:00
|
Apparently the answer is that it's not possible to turn off this errant '@' behavior. The choices are to: 1) add backslash in the source code (\@) where needed (not well defined) 2) add backslash in the input filter in particular places, or 3) post-process the HTML output to correct the mistakes -- View this message in context: http://doxygen.10944.n7.nabble.com/at-signs-in-doc-comments-are-deleted-from-output-tp7038p7050.html Sent from the Doxygen - Users mailing list archive at Nabble.com. |