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
|`--sourceDir`|`-s`| The directory where the source files are located. | N/A | Yes |
117
117
|`--targetDir`|`-t`| The directory where the generated files will be placed. |`docs`| No |
118
-
|`--scope`|`-p`| A list of scopes to document. Values should be separated by a space, e.g --scope global public namespaceaccessible. |`global`| No |
118
+
|`--scope`|`-p`| A list of scopes to document. Values should be separated by a space, e.g --scope global public namespaceaccessible. |`[global]`| No |
119
+
|`--customObjectVisibility`|`-v`| Controls which custom objects are documented. Values should be separated by a space. |`[public]`| No |
119
120
|`--defaultGroupName`| N/A | The default group name to use when a group is not specified. |`Miscellaneous`| No |
120
121
|`--namespace`| N/A | The package namespace, if any. If provided, it will be added to the generated files. | N/A | No |
121
122
|`--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 |
0 commit comments