tree: 0d892a1602e295d2a7bd330f5a1922362a3487ae [path history] [tgz]
  1. OWNERS
  2. README.md
src/lib/libdoc/README.md

Doclib parses the documentation in FIDL files and tries to validate it as much as possible.

It ensures that the documentation syntax and grammar is consistent. It checks that all references are corrects.

Source file

Doclib doesn't parse directly the FIDL files. Instead, it uses the JSON IR generated from the FIDL files.