Skip to content

Commit 4502529

Browse files
committed
update markdown templates
1 parent ec3c7bc commit 4502529

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

config/md/index.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
## 🔷 Methods
1212

1313
{{methods.tpl}}---
14-
Generated with Axels PHP class doc parser.
14+
Generated with [Axels PHP class doc parser](https://github.com/axelhahn/php-classdoc)

config/md/methods.tpl

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

33
{{comment}}
44

5+
Line [{{linefrom}}]({{sourceurl}}) ({{lines}} lines)
6+
57
**Return**: `{{returntype}}`
68

79
**Parameters**: **{{parameters_count}}** (required: {{parameters_required}})
810

9-
{{parameters.tpl}}
11+
{{parameters.tpl}}

config/md/parameters.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
| Parameter | Type | Description
22
|-- |-- |--
3-
{{parameter.tpl}}
3+
{{parameter.tpl}}

0 commit comments

Comments
 (0)