We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4723328 commit 02d49e8Copy full SHA for 02d49e8
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@cparra/apexdocs",
3
- "version": "3.13.0",
+ "version": "3.14.0",
4
"description": "Library with CLI capabilities to generate documentation for Salesforce Apex classes.",
5
"keywords": [
6
"apex",
src/core/markdown/templates/type-doc-partial.ts
@@ -1,8 +1,6 @@
export const typeDocPartial = `
{{#> documentablePartialTemplate}}
-
{{#if doc.group}}
7
**{{@root.translations.markdown.details.group}}** {{doc.group}}
8
{{/if}}
0 commit comments