Erez Oxman
Erez Oxman
Yes, it's only derived from what's inside the repo with api references.
tl;dr start with changing the configuration from `MACRO_EXPANSION: 'NO'` to `MACRO_EXPANSION: 'YES'` Longer answer: docsforge uses Doxygen's output. There are multiple configuration options in doxygen to handle such cases. Please...
Added a related [feature request](https://github.com/erez-o/docsforge/issues/43) to my TODO list.
The bug was fixed. You can iterate online without needing to install doxygen. Simply edit configurations parameters (like `MACRO_EXPANSION`) directly at https://c4core.docsforge.com/versions/ and rebuild docs until you're satisifed with the...
Currently it doesn't, it's not hard to setup, I can have it ready in a few days. I would like to test it in my development setup. I haven't seen...
Thanks, The warning status would have been updated had you refreshed the page. I don't currently update it while on page, it's in my todo list. It wasn't high on...
Keeping issue open until I release the feature request.
I see. Brief is always stricted by the text of the first row until the end period. I need to check but I think reutrn value is also added. The...
Attaching a screenshot of how it would look with such a flag (brief = description unless `@brief` is specified) 
I understand. It was a actually a design decision not to display the parameters because it often becomes too long. Usually the the template parameters will also need to be...