Re: [Doxygen-users] Using \includedoc with markdown

2016-09-23 Thread Albert
Anas, Please create a small test case and attach it to this thread, so we can see what can bee done. Albert On Fri, Sep 23, 2016 at 3:10 PM, Anas Nashif wrote: > Hi, > Yes, I tried, the contents of the markdown file are being included as > (without line breaks), so there is no transformation.

Re: [Doxygen-users] Using \includedoc with markdown

2016-09-23 Thread Anas Nashif
Hi, Yes, I tried, the contents of the markdown file are being included as (without line breaks), so there is no transformation. Anas On Fri, Sep 23, 2016 at 8:32 AM, Albert wrote: > Anas, > > Did you try with a small test run? What was the result? > > Albert > > On Fri, Sep 23, 2016 at 1:22 PM,

Re: [Doxygen-users] Using \includedoc with markdown

2016-09-23 Thread Albert
Anas, Did you try with a small test run? What was the result? Albert On Fri, Sep 23, 2016 at 1:22 PM, Anas Nashif wrote: > Hi, > Is it possible to include markdown files and have them included for > example to expand on the @details of a function? > > For example > > /** > * @brief This is an

[Doxygen-users] Using \includedoc with markdown

2016-09-23 Thread Anas Nashif
Hi, Is it possible to include markdown files and have them included for example to expand on the @details of a function? For example /** * @brief This is an example * @details * @includedoc docs/example.md * .. */ The contents of example.md would be parsed and included as formatted text. O