Skip to content

Commit 02d49e8

Browse files
committed
Bump version to 3.14.0 and clean up typeDocPartial template formatting
1 parent 4723328 commit 02d49e8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cparra/apexdocs",
3-
"version": "3.13.0",
3+
"version": "3.14.0",
44
"description": "Library with CLI capabilities to generate documentation for Salesforce Apex classes.",
55
"keywords": [
66
"apex",

src/core/markdown/templates/type-doc-partial.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
export const typeDocPartial = `
22
{{#> documentablePartialTemplate}}
33
4-
5-
64
{{#if doc.group}}
75
**{{@root.translations.markdown.details.group}}** {{doc.group}}
86
{{/if}}

0 commit comments

Comments
 (0)