tree: eac2acee7719847b7f1ea8e525e4d5a01fce6a1d [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.

  • 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.