Skip to content

tools/doc: improvements for types

Rodrigo Muino Tomonari requested to merge github/fork/silverwind/doc-types into master
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

The first commit capitalizes all primitive types so the parser can pick them up. The second commit adds logic to the doctool to allow parsing of Type[] array syntax.

Before

After

Merge request reports

Loading