blob: 150efb9582d899f3b41bbdc0bab15a8b24fca5bc [file] [log] [blame] [view]
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.