You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[mlir][docgen] Display full attribute descriptions in expandable regions
This updates the table of op attributes so that clicking the summary
expands to show the complete description.
Attribute | MLIR Type | Description
<name> <type> ▶ <summary> <-- Click to expand
Enum attributes have now also been updated to generate a description
that lists all the cases (with both their MLIR and C++ names). This
makes viewing enums on the MLIR docs much nicer.
0 commit comments