@codama/renderers-js 1.3.3 → 1.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1571,6 +1571,7 @@ function getPdaFunctionFragment(scope) {
1571
1571
  return fragmentFromTemplate("pdaFunction.njk", {
1572
1572
  findPdaFunction: nameApi.pdaFindFunction(pdaNode.name),
1573
1573
  hasVariableSeeds,
1574
+ pdaDocs: pdaNode.docs,
1574
1575
  pdaSeedsType: nameApi.pdaSeedsType(pdaNode.name),
1575
1576
  programAddress: pdaNode.programId ?? programNode.publicKey,
1576
1577
  seeds