[roll] Roll fuchsia [docgen] Support templates.

Add support for templates and template specializations now output by
clang-doc.

Support the new "QualName" member on References which allows removing
some custom formatting code to derive this from the path.

Clean up the definition of "Type" to match ClangDoc (now it has a
Reference member), remove the "ReturnType" structure since this was
based on a misunderstanding of clangdoc's output. Add some helper
functions to construct.

Remove the "type" syntax highlighting for the name in record
definitions. It looks weird.

Re-enable the end-to-end test.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/770388
Original-Revision: b5b1cd1293af477c00b8f869be04da2602820c1a
GitOrigin-RevId: e980f33a89e7abee485079c67d8ee5f543d25857
Change-Id: I0e7810123ca4b92690b376a4bc6cb93e146148aa
1 file changed
tree: 493eeb9d271d5616a55fea4b593358736504ba7f
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.