tomtom-international / asciidoxy

AsciiDoxy generates API documentation from Doxygen XML output to AsciiDoc.
Apache License 2.0
31 stars 10 forks source link

Document custom template development #61

Open silvester747 opened 2 years ago

silvester747 commented 2 years ago

After stabilizing the models and interfaces available in templates, document how custom templates can be created:

davidchisnall commented 1 year ago

I am starting to try using asciidoxy and finding that most of the time I want either just the full function prototype, or the prototype and the description (but not the table of the parameters). Is that going to be possible with templates? I tried reading the code but was somewhat lost. Are there any examples of templates in the repo somewhere?