[roll] Roll fuchsia [bazel-docgen] Treat some functions like rules

We wrap many of our rules in macros, like fuchsia_package, but these get
rendered as starlark functions instead of rules which is not expected.
This CL adds a check to see if a starlark function looks like a rule
and, if so, treats it like a rule when putting it in the TOC.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1067592
Original-Revision: 88f591e42160134300991c5ca7208e00f4a014f4
GitOrigin-RevId: 1b2ca4352cbf16ed0a10a8a179c8ceca10ba1fff
Change-Id: I544ddb88efc7842e1667c3e1f3af3388a5539634
1 file changed
tree: b968ffb5665929ceea91f7edc8a29ba6aee8513a
  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 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.