Skip to content

Commit

Permalink
Fix rendering of functional macros on website
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinWoodring authored Oct 7, 2023
1 parent e2b1ba7 commit 62241fe
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions clientapp/src/pages/capi/definitions/CapiMacro.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ export default function CapiMacro({ mo }) {
<span className="type rtype">
{capiLinkReplace(mo.kind.function.returns.type)}
</span>
<p className="description">
<ReactMarkdown
children={capiMdLinkReplace(mo.kind.function.description)}
/>
</p>
</div>
<div className="attribute-group">
<h3>parameters</h3>
Expand Down

0 comments on commit 62241fe

Please sign in to comment.