[fidl] Use markdown for variable names.

Prior to FTP-043, most FIDL developers used |var| for their variable
names.  This switches users to the more markdown-friendly `var`.

Done with:

1) sed --in-place  -e "s/|\(\S\+\)|/\`\1\`/g" \
    $(find . -name \*.fidl -type f)

2) Build "//topaz/packages/sdk:topaz" and "//sdk/bundles:tools"

3) Adjust verify_atom_api.py and verify_sdk_api.py script to perform
the copy command it produces

4) Run fx build -k 0 tools/fidlgen_llcpp_zircon:update to update llcpp
bindings

5) Run fx build

Change-Id: I4f5a91a7733554b7b3b77f66bc7844ed1cb41239
283 files changed
tree: c8de8aaa0e55cd1aa7d5a3d7d1db70f6e398381f
  1. boards/
  2. build/
  3. buildtools/
  4. bundles/
  5. docs/
  6. examples/
  7. garnet/
  8. peridot/
  9. products/
  10. scripts/
  11. sdk/
  12. src/
  13. third_party/
  14. tools/
  15. zircon/
  16. .clang-format
  17. .clang-tidy
  18. .dir-locals.el
  19. .gitattributes
  20. .gitignore
  21. .gn
  22. AUTHORS
  23. BUILD.gn
  24. CODE_OF_CONDUCT.md
  25. CONTRIBUTING.md
  26. LICENSE
  27. OWNERS
  28. PATENTS
  29. README.md
  30. rustfmt.toml
README.md

Fuchsia

Pink + Purple == Fuchsia (a new operating system)

What is Fuchsia?

Fuchsia is a modular, capability-based operating system. Fuchsia runs on modern 64-bit Intel and ARM processors.

Fuchsia is an open source project with a code of conduct that we expect everyone who interacts with the project to respect.

How can I build and run Fuchsia?

See Getting Started.

Where can I learn more about Fuchsia?

See the documentation.