File tree Expand file tree Collapse file tree 7 files changed +46
-54
lines changed Expand file tree Collapse file tree 7 files changed +46
-54
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ editLink: false
3
+ pageClass: phpdoc-api-generated-page
4
+
5
+ {% block config %}
6
+
7
+ {% endblock %}
8
+ ---
9
+
10
+ # {% block title %}API: Documentation{% endblock %}
11
+
12
+ {% block content %}
13
+ {% endblock %}
14
+
15
+ --------
16
+ {% block footer %}
17
+ _This document was automatically generated from source code comments using [phpDocumentor](http://www.phpdoc.org/)._
18
+ {% endblock %}
Original file line number Diff line number Diff line change 1
- ---
2
- sidebarDepth: 2
3
- editLink: false
4
- pageClass: phpdoc-api-generated-page
5
- ---
1
+ {% extends " _index.md.twig" %}
6
2
7
- # Classes
3
+ {% block title %} Classes{% endblock %}
8
4
5
+ {% block content %}
9
6
{% for namespace in project .indexes .namespaces | sort_asc %}
10
7
{%- for class in namespace .classes | sort_asc %}
11
8
{%- include ' struct-class.md.twig' %}
12
9
{%- endfor %}
13
10
{% endfor %}
14
-
15
-
16
- --------
17
- _This document was automatically generated from source code comments using [phpDocumentor](http://www.phpdoc.org/)._
11
+ {% endblock %}
Original file line number Diff line number Diff line change 1
- ---
2
- sidebarDepth: 2
3
- editLink: false
4
- pageClass: phpdoc-api-generated-page
5
- ---
1
+ {% extends " _index.md.twig" %}
6
2
7
- # Constants
3
+ {% block title %}Constants{% endblock %}
4
+
5
+ {% block content %}
8
6
9
7
{% for namespace in project .indexes .namespaces | sort_asc %}
10
8
{%- for constant in namespace .constants | sort_asc %}
11
9
{%- include ' struct-constant.md.twig' %}
12
10
{%- endfor %}
13
11
{% endfor %}
14
12
15
-
16
- --------
17
- _This document was automatically generated from source code comments using [phpDocumentor](http://www.phpdoc.org/)._
13
+ {% endblock %}
Original file line number Diff line number Diff line change 1
- ---
2
- sidebarDepth: 2
3
- editLink: false
4
- pageClass: phpdoc-api-generated-page
5
- ---
1
+ {% extends " _index.md.twig" %}
6
2
7
- # Functions
3
+ {% block title %}Functions{% endblock %}
4
+
5
+ {% block content %}
8
6
9
7
{% for namespace in project .indexes .namespaces | sort_asc %}
10
8
{%- for function in namespace .functions | sort_asc %}
11
9
{%- include ' struct-function.md.twig' %}
12
10
{%- endfor %}
13
11
{% endfor %}
14
12
15
-
16
- --------
17
- _This document was automatically generated from source code comments using [phpDocumentor](http://www.phpdoc.org/)._
13
+ {% endblock %}
Original file line number Diff line number Diff line change 1
- ---
2
- sidebarDepth: 2
3
- editLink: false
4
- pageClass: phpdoc-api-generated-page
5
- ---
1
+ {% extends " _index.md.twig" %}
6
2
7
- # Interfaces
3
+ {% block title %}Interfaces{% endblock %}
4
+
5
+ {% block content %}
8
6
9
7
{% for namespace in project .indexes .namespaces | sort_asc %}
10
8
{%- for interface in namespace .interfaces | sort_asc %}
11
9
{%- include ' struct-interface.md.twig' %}
12
10
{%- endfor %}
13
11
{%- endfor %}
14
12
15
-
16
- --------
17
- _This document was automatically generated from source code comments using [phpDocumentor](http://www.phpdoc.org/)._
13
+ {% endblock %}
Original file line number Diff line number Diff line change 1
- ---
2
- sidebarDepth: 2
3
- editLink: false
4
- pageClass: phpdoc-api-generated-page
5
- ---
1
+ {% extends " _index.md.twig" %}
6
2
7
- # Traits
3
+ {% block title %}Traits{% endblock %}
4
+
5
+ {% block content %}
8
6
9
7
::: danger Auto-generation note:
10
8
{# FIXME #} :bug: Some traits may use other tratis, but due to some issues the used traits are not recognized.
@@ -16,6 +14,4 @@ pageClass: phpdoc-api-generated-page
16
14
{%- endfor %}
17
15
{% endfor %}
18
16
19
-
20
- --------
21
- _This document was automatically generated from source code comments using [phpDocumentor](http://www.phpdoc.org/)._
17
+ {% endblock %}
Original file line number Diff line number Diff line change 1
- ---
2
- editLink: false
3
- pageClass: phpdoc-api-generated-page
4
- prev: false
5
- ---
1
+ {% extends " _index.md.twig" %}
6
2
7
- # API: Introduction
3
+ {% block title %} API: Introduction{% endblock %}
8
4
5
+ {% block content %}
9
6
> API Documentation for **{{ project .name }}** autogenerated using [phpDocumentor](http://www.phpdoc.org/).
10
7
11
8
@@ -33,5 +30,4 @@ This represents a `protected` member.
33
30
- Applied to any deprecated class, method or property: <Badge text =" deprecated" type =" error" />
34
31
- Applied to optional parameters in methods and functions: <Badge text =" optional" type =" warn" />
35
32
36
- --------
37
- _This document was automatically generated from source code comments using [phpDocumentor](http://www.phpdoc.org/)._
33
+ {% endblock %}
You can’t perform that action at this time.
0 commit comments