[fidldoc] Updating fidldocs manually.

Import manually while the bot is broken (fxr/328232)

** update: using "sort -u all_fidl_json.txt" instead of
"cat all_fidl_json.txt" because of fxb/38384

Using the following instructions extracted from the firebase-docs-sdk
input properties
https://luci-milo.appspot.com/p/fuchsia/builders/ci/firebase-docs-sdk/b8900033613640431952

cd ~/fuchsia
fx clean
fx set core.x64 --release --with //topaz/packages/sdk:topaz --with //tools/fidl/fidldoc
fx build
cd out/default
host-tools/fidldoc --verbose --path /reference/fidl/ --out ~/reference-docs/sdk/fidl `sort -u all_fidl_json.txt`

Fuchsia source from integration 76ac23f

** Patched with CL fxr/328032 that fixes documentation for enums.

Change-Id: If16580767a6989332bb22f5d431dedf9d80227e6
61 files changed
tree: 7eb032fb6cd4156d9aff8fa105f2aa4695cd6af9
  1. all/
  2. sdk/
  3. AUTHORS
  4. CONTRIBUTING.md
  5. LICENSE
  6. PATENTS
  7. README.md
README.md

Fuchsia Open Source Template Repository

This repository is a template that we will use when creating new open source repositories for Fuchsia.