[mlir][docgen] Display full attribute descriptions in expandable regions (#67009)
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. **Example** Default view:  Expanded:  --- This requires: https://github.com/llvm/mlir-www/pull/158 (adds a very simple markdown shortcode)
Loading
Please sign in to comment