[Mlir-commits] [mlir] [mlir-tblgen] Render enum keyword alternatives in generated attr/type docs (PR #203677)

Federico Bruzzone llvmlistbot at llvm.org
Sat Jun 13 05:50:19 PDT 2026


================
@@ -384,6 +384,25 @@ static void emitTypeDoc(const Type &type, raw_ostream &os) {
 // TypeDef Documentation
 //===----------------------------------------------------------------------===//
 
+/// If \p param is an EnumParameter, return a string listing the enum's keyword
----------------
FedericoBruzzone wrote:

MLIR does not use Doxygen comments for documentation :(

```suggestion
/// If `param` is an EnumParameter, return a string listing the enum's keyword
```

https://github.com/llvm/llvm-project/pull/203677


More information about the Mlir-commits mailing list