[roll] Roll fuchsia [fidldoc] Add a syscall generation template.

Adds a "syscall" template which can generate markdown for system calls.
This template is extremely simple: it basically copies the docstring
into a file with the system call name.

This will be used in a followup to generate the current syscall markdown
files from FIDL comments.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/695601
Original-Revision: 157ae6dc4b7e4954775e195c4abf66d099a92d94
GitOrigin-RevId: 51e395f5465539ed73f219c722c8d4798646664c
Change-Id: I0aff02c557f93e1cee5bd8c7117a44b97f2fc1a6
1 file changed
tree: f79486c94bd0c844ae1a195cc53a38fd1b9ce2e9
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.