Commit eb74281
File tree
Expand file treeCollapse file tree
9 files changed
+161
-51
lines changedFilter options
- _build
- src
- Command
- Generator
- Templates/default/html
Expand file treeCollapse file tree
9 files changed
+161
-51
lines changed+5-4Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
_build/conf.json
Copy file name to clipboard+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
| 4 | + |
| 5 | + |
5 | 6 |
|
_build/src/Command/ParseDoc.php
Copy file name to clipboardExpand all lines: _build/src/Command/ParseDoc.php+38-16Lines changed: 38 additions & 16 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
10 | 9 |
|
11 | 10 |
|
12 | 11 |
|
| ||
15 | 14 |
|
16 | 15 |
|
17 | 16 |
|
18 |
| - |
| 17 | + |
| 18 | + |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| ||
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
59 |
| - |
60 |
| - |
61 |
| - |
| 59 | + |
| 60 | + |
62 | 61 |
|
63 | 62 |
|
64 | 63 |
|
65 | 64 |
|
66 | 65 |
|
67 | 66 |
|
68 | 67 |
|
69 |
| - |
| 68 | + |
70 | 69 |
|
71 | 70 |
|
72 | 71 |
|
73 | 72 |
|
74 |
| - |
| 73 | + |
75 | 74 |
|
76 | 75 |
|
77 | 76 |
|
| ||
81 | 80 |
|
82 | 81 |
|
83 | 82 |
|
84 |
| - |
85 |
| - |
86 |
| - |
87 |
| - |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
88 | 89 |
|
89 |
| - |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
90 | 96 |
|
91 | 97 |
|
92 | 98 |
|
| ||
123 | 129 |
|
124 | 130 |
|
125 | 131 |
|
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
126 | 144 |
|
127 |
| - |
| 145 | + |
128 | 146 |
|
129 | 147 |
|
130 |
| - |
131 |
| - |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
132 | 154 |
|
133 | 155 |
|
134 | 156 |
|
| ||
151 | 173 |
|
152 | 174 |
|
153 | 175 |
|
154 |
| - |
| 176 | + |
155 | 177 |
|
156 | 178 |
|
157 | 179 |
|
|
_build/src/Generator/GeneratorTrait.php
Copy file name to clipboard+36Lines changed: 36 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
_build/src/Generator/HtmlForPdfGenerator.php
Copy file name to clipboard+52Lines changed: 52 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
_build/src/JsonGenerator.php renamed to _build/src/Generator/JsonGenerator.php
Copy file name to clipboardExpand all lines: _build/src/Generator/JsonGenerator.php+3-28Lines changed: 3 additions & 28 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
| 19 | + |
18 | 20 |
|
19 | 21 |
|
20 | 22 |
|
| ||
68 | 70 |
|
69 | 71 |
|
70 | 72 |
|
71 |
| - |
72 |
| - |
73 |
| - |
74 |
| - |
75 |
| - |
76 |
| - |
77 |
| - |
78 |
| - |
79 |
| - |
80 |
| - |
81 |
| - |
82 |
| - |
83 |
| - |
84 |
| - |
85 |
| - |
86 |
| - |
87 |
| - |
88 |
| - |
89 |
| - |
90 |
| - |
91 |
| - |
92 |
| - |
93 |
| - |
94 |
| - |
95 |
| - |
96 |
| - |
97 |
| - |
98 | 73 |
|
99 | 74 |
|
100 | 75 |
|
|
_build/src/KernelFactory.php
Copy file name to clipboardExpand all lines: _build/src/KernelFactory.php+15-1Lines changed: 15 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
| 15 | + |
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
27 | 41 |
|
28 | 42 |
|
29 | 43 |
|
|
_build/src/SymfonyDocConfiguration.php
Copy file name to clipboardExpand all lines: _build/src/SymfonyDocConfiguration.php+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
45 | 54 |
|
_build/src/Templates/default/html/header-title.html.twig
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
0 commit comments