Re: [Doxygen-users] problem with backslash in markdown
Brought to you by:
dimitri
From: Christoph L. <chr...@li...> - 2015-11-25 19:42:44
|
Am 25.11.2015 um 12:58 schrieb Yngve Inntjore Levinsen: > Hi, > > Thanks for the suggestion. Yes that works, but the same readme file is > also used by e.g. the web page of the git repository. This web page > only understands markdown, not doxygen commands. > > My solution in the end was to rename the example scripts. I still > think this is somehow incorrect behaviour by doxygen though. I'm 100% with you there -- a similar issue that I've run into is that Doxygen tries to interpret tags within Markdown inline code (i.e. text delimited with backquotes), which makes it a PITA to write guidelines on how Doxygen should be used within a project. |