tree: d6155938620b302962e739e9af3b5f9f6d863fc9 [path history] [tgz]
  1. tests/
  2. BUILD.gn
  3. clidoc_test.py
  4. docsgen_transforms.py
  5. gen_helpdocs.py
  6. gen_syscalls_toc.py
  7. OWNERS
  8. README.md
tools/docsgen/README.md

Docsgen

The present tool generates reference documentation without the usage of recipes. Currently the following generation is supported.

  • bazel-docgen
  • Clidoc
  • CMLdoc
  • Dart
  • Driversdoc
  • FIDL
  • Helpdoc
  • Syscalls

Usage

Docsgen can be built using the command fx build tools/docsgen

For example, you can set it to a minimal configuration:

fx set minimal.x64 --with //tools/docsgen

Then, build docsgen:

fx build tools/docsgen

You can then see the built documentation in the out/default/obj/tools/docsgen directory of your Fuchsia checkout.