This fixes the documentation emitted for type parameters. Also adds a
missing empty line, rendered as line break in mark down.
Co-authored-by: Simon Camphausen <simon.camphausen@iml.fraunhofer.de>
Differential D97267
Fix emitting attribute documentation marbre on Feb 23 2021, 2:36 AM. Authored by
Details
This fixes the documentation emitted for type parameters. Also adds a Co-authored-by: Simon Camphausen <simon.camphausen@iml.fraunhofer.de>
Diff Detail
Event TimelineComment Actions Sure! For EmitC.md, the resulting doc would change as in the following patch: --- ../docs/EmitC.md 2021-02-17 09:18:41.760151054 +0100 +++ docs/Dialects/EmitC.md 2021-02-23 09:05:03.999213035 +0100 @@ -233,11 +233,12 @@ yielded. ### `OpaqueType` (OpaqueType) An opaque type + An opaque data type of which the value gets emitted as is. #### Type parameters: | Parameter | C++ type | Description | | :-------: | :-------: | ----------- | -| value | `OpaqueType` | the opaque value | +| value | `::llvm::StringRef` | the opaque value | |