[Mlir-commits] [mlir] specify dialect in polynomial docs (PR #88933)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Apr 16 10:04:20 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
Author: Jeremy Kun (j2kun)
<details>
<summary>Changes</summary>
I figured out how to test this with `make mlir-doc doxygen-mlir`
---
Full diff: https://github.com/llvm/llvm-project/pull/88933.diff
1 Files Affected:
- (modified) mlir/include/mlir/Dialect/Polynomial/IR/CMakeLists.txt (+1-1)
``````````diff
diff --git a/mlir/include/mlir/Dialect/Polynomial/IR/CMakeLists.txt b/mlir/include/mlir/Dialect/Polynomial/IR/CMakeLists.txt
index dd0384d8b79d66..79e739953d7cf4 100644
--- a/mlir/include/mlir/Dialect/Polynomial/IR/CMakeLists.txt
+++ b/mlir/include/mlir/Dialect/Polynomial/IR/CMakeLists.txt
@@ -1,5 +1,5 @@
add_mlir_dialect(Polynomial polynomial)
-add_mlir_doc(Polynomial PolynomialDialect Polynomial/ -gen-dialect-doc)
+add_mlir_doc(Polynomial PolynomialDialect Polynomial/ -gen-dialect-doc -dialect=polynomial)
add_mlir_doc(Polynomial PolynomialOps Polynomial/ -gen-op-doc)
add_mlir_doc(Polynomial PolynomialAttributes Dialects/ -gen-attrdef-doc)
add_mlir_doc(Polynomial PolynomialTypes Dialects/ -gen-typedef-doc)
``````````
</details>
https://github.com/llvm/llvm-project/pull/88933
More information about the Mlir-commits
mailing list