@@ 160-162 (lines=3) @@ | ||
157 | if (false !== strpos( $key, '{}' )) { |
|
158 | $tmp = explode( '{}', $key ); |
|
159 | } |
|
160 | if (0 === strpos($key, 'Usage')) { |
|
161 | $documentation .= (count($tmp) > 1 ? str_repeat('#', count($tmp)+1).' '.end($tmp).PHP_EOL : '').$bloc; |
|
162 | } |
|
163 | if (0 === strpos($key, 'Installation')) { |
|
164 | $installation .= (count($tmp) > 1 ? str_repeat('#', count($tmp)+1).' '.end($tmp).PHP_EOL : '').$bloc; |
|
165 | } |
|
@@ 163-165 (lines=3) @@ | ||
160 | if (0 === strpos($key, 'Usage')) { |
|
161 | $documentation .= (count($tmp) > 1 ? str_repeat('#', count($tmp)+1).' '.end($tmp).PHP_EOL : '').$bloc; |
|
162 | } |
|
163 | if (0 === strpos($key, 'Installation')) { |
|
164 | $installation .= (count($tmp) > 1 ? str_repeat('#', count($tmp)+1).' '.end($tmp).PHP_EOL : '').$bloc; |
|
165 | } |
|
166 | } |
|
167 | ||
168 | // ----------------------------------------------------------------------------- |