Skip to content

Commit ec7b8f0

Browse files
committed
Update doc
1 parent 24722b3 commit ec7b8f0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/page/langs/actionscript.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
You can customize variable `docstr-actionscript-style` for the following value.
44

5+
* `asdoc` - ASDoc Style (default)
56
* `nil` - Respect to user's customization
67

78
## References
89

9-
* N/A
10+
* [Creating ASDoc comments in ActionScript](https://cwiki.apache.org/confluence/display/FLEX/Creating+ASDoc+comments+in+ActionScript)

docs/page/langs/php.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
You can customize variable `docstr-php-style` for the following value.
44

5-
* `nil` - Respect to user's customization (default)
5+
* `phpdoc` - PHPDoc Style (default)
6+
* `nil` - Respect to user's customization
67

78
## References
89

9-
N/A
10+
* [PHPDoc Wikipedia](https://en.wikipedia.org/wiki/PHPDoc)

0 commit comments

Comments
 (0)