Re: [Doxygen-users] Including doc comments in \code blocks in markdown
Ok. The following gives me the desired result: \code /*/** */* \brief a goog friend of Bar */
[Doxygen-users] Including doc comments in \code blocks in markdown
I am trying to write Objective-C coding guidelines in a markdown file and would like to provide code examples that include doc comments. However when I do something like: \code{.m} /** a good friend of Bar */ @interface Foo @end \endcode The comment becomes a blank line in the resulting code b