Skip to content

Commit ec3c7bc

Browse files
committed
update md template files
1 parent 053eabb commit ec3c7bc

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

config/md/index.tpl

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
## Class {{name}}
1+
## 📦 Class {{classname}}
22

33
```txt
44
{{comment}}
55
```
66

7-
## Properties
7+
## 🔶 Properties
88

99
{{properties.tpl}}
1010

11-
## Methods
11+
## 🔷 Methods
1212

13-
{{methods.tpl}}
14-
15-
---
13+
{{methods.tpl}}---
1614
Generated with Axels PHP class doc parser.

config/md/methods.tpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
### {{type}}{{name}}
1+
### 🔹 {{type}}{{name}}()
22

33
{{comment}}
44

5+
**Return**: `{{returntype}}`
6+
57
**Parameters**: **{{parameters_count}}** (required: {{parameters_required}})
68

79
{{parameters.tpl}}
8-
**Return**: {{returntype}}
9-

config/md/parameter.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{{string}} | {{type}} | {{phpdoc_descr}}
1+
| {{string}} | `{{type}}` | {{phpdoc_descr}}

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}}

config/md/properties.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### {{type}}${{name}}
1+
### 🔸 {{type}}${{name}}
22

33
{{comment}}
44

0 commit comments

Comments
 (0)