Commit ec0dcd2
authored
sphinxdocs: make Any and object types no-ops to avoid missing xrefs (bazel-contrib#2905)
The "Any" and "object" types are useful in expression starlark types,
but aren't actually
real things. Treat them like None and make them no-ops so they aren't
treated like
missing xrefs.1 parent 945e464 commit ec0dcd2
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1766 | 1766 | | |
1767 | 1767 | | |
1768 | 1768 | | |
| 1769 | + | |
| 1770 | + | |
| 1771 | + | |
| 1772 | + | |
| 1773 | + | |
1769 | 1774 | | |
1770 | 1775 | | |
1771 | 1776 | | |
| |||
0 commit comments