p 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 example
>> * @d
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