[roll] Roll fuchsia [docgen] Allow links to items inside namespaces.

Allows links like [my_namespace::MyFunction] to resolve to the
corresponding item (function, class, enum, etc.).

This does not yet handle links to things inside classes.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/752982
Original-Revision: 001cdae0749e8f9b0b6b661cb1169a8149dc5386
GitOrigin-RevId: cd60a31b42f0f869eb382d0ddebb37450e2a760c
Change-Id: Iccdaf80a82d22d5eb22cff0e3e49c0e98daa1261
1 file changed
tree: 9bf0915a73ccb5592f90617e0a84f854eee3eeb0
  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.