[roll] Roll fuchsia [fidldoc] Render vectors and arrays recursively.

For whatever reason, when printing a `vector<T>` in fidldoc, the type
`T` wasn't being rendered using the same logic that renders types in
general. It would call a different template that prints a simplified
kind of type.

I don't see why that would be preferable, so in the absence of push-back
I'll change it to work the way I thought it would work :)

Also, I've changed the bounds on arrays and vectors to more closely
resemble the modern FIDL syntax.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1128892
Original-Revision: f84f74c1c1d59dde06f1dde0bcc20b84b7749034
GitOrigin-RevId: 72caedd5d4d961ed1002e3a5af5ae1fb5e439cff
Change-Id: I116878eb040a6362f38b595ea998f9b13bb663ad
1 file changed
tree: 2a06e3070f3669c6d3eaa11836232f27931a9705
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.