Improve doc presentation

This commit is contained in:
Victor Zverovich
2024-06-01 07:32:43 -07:00
parent 4f330567e1
commit 26b249435e
4 changed files with 16 additions and 5 deletions

View File

@ -153,8 +153,10 @@ class CxxHandler(BaseHandler):
text += '(' + params + ')'
text += ';'
text += '</code></pre>\n'
text += '<div class="docblock">\n'
desc = doxyxml2html(d.desc)
text += desc
text += '</div>\n'
return text
def get_handler(theme: str, custom_templates: Optional[str] = None,