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 beaa494 commit 96705e0Copy full SHA for 96705e0
README.md
@@ -13,11 +13,15 @@ Right-click a script asset then click "Generate Markdown Documentation".
13
14
## Limitations:
15
16
-- Only supports Tooltip attributes for properties.
17
- Only documents the class that shares the script file name.
+- Namespace names and assembly names must match.
18
- Only documents public properties, methods and fields.
19
- XML Summary comment support is WIP.
20
-- Namespace names and assembly names must match.
+
21
+## Comment Support:
22
23
+- Tooltip attributes for properties.
24
+- Parameter XML comments for methods.
25
26
## Example:
27
0 commit comments