Skip to content

Commit

Permalink
Remove developer book from DocGen (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
Girgias authored Oct 27, 2024
1 parent 84532c3 commit 6e94db8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 80 deletions.
72 changes: 0 additions & 72 deletions scripts/docgen/book.developer.tpl

This file was deleted.

8 changes: 0 additions & 8 deletions scripts/docgen/docgen.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
/* Default files for extensions */
$DOC_EXT = array(
'book.xml' => 'book.tpl',
'book.developer.xml' => 'book.developer.tpl',
'setup.xml' => 'setup.tpl',
'constants.xml' => 'constants.tpl',
'configure.xml' => 'configure.tpl',
Expand Down Expand Up @@ -813,13 +812,6 @@ function gen_extension_markup(ReflectionExtension $obj, $content, $xml_file) { /
}
$content = preg_replace('/\{VERSIONS\}/', rtrim($markup), $content);
break;

case 'book.developer.xml':
if ($OPTION['docbase'] && $OPTION['phpdoc']) {
$content = preg_replace('/\{PATH_TO_DOCBASE\}/', $OPTION['docbase'], $content);
$content = preg_replace('/\{PATH_TO_DOC\}/', $OPTION['phpdoc'], $content);
}
break;
}

return $content;
Expand Down

0 comments on commit 6e94db8

Please sign in to comment.