You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ Here are some live projects using ApexDocs:
77
77
78
78
## 🚀 Features
79
79
80
-
* Generate documentation for Salesforce Apex classes as Markdown files
80
+
* Generate documentation for Salesforce code (Apex, triggers, custom objects, LWCs) as Markdown files
81
81
* Generate an OpenApi REST specification based on `@RestResource` classes
82
82
* Generate a changelog based on the differences between two versions of your Salesforce Apex classes
83
83
* Support for grouping blocks of related code within a class
@@ -149,7 +149,7 @@ apexdocs changelog --previousVersionDir force-app-previous --currentVersionDir f
149
149
|`--defaultGroupName`| N/A | The default group name to use when a group is not specified. |`Miscellaneous`| No |
150
150
|`--namespace`| N/A | The package namespace, if any. If provided, it will be added to the generated files. | N/A | No |
151
151
|`--sortAlphabetically`| N/A | Sorts files appearing in the Reference Guide alphabetically, as well as the members of a class, interface or enum alphabetically. If false, the members will be displayed in the same order as the code. |`false`| No |
152
-
|`--includeMetadata `| N/A | Whether to include the file's meta.xml information: Whether it is active and and the API version |`false`| No |
152
+
|`--includeMetadata `| N/A | Whether to include the file's meta.xml information: Whether it is active and the API version|`false`| No |
153
153
|`--linkingStrategy`| N/A | The strategy to use when linking to other classes. Possible values are `relative`, `no-link`, and `none`|`relative`| No |
154
154
|`--customObjectsGroupName`| N/A | The name under which custom objects will be grouped in the Reference Guide |`Custom Objects`| No |
155
155
|`--triggersGroupName`| N/A | The name under which triggers will be grouped in the Reference Guide |`Triggers`| No |
@@ -526,7 +526,7 @@ macro, and the value is a function that returns the text to inject in place of t
0 commit comments