Skip to content

Commit 07bded0

Browse files
committed
phpdoc.sh: Remove Symfony files
1 parent cf3be22 commit 07bded0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/php_api_ref/phpdoc.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ $PHP_BINARY $PHPDOC_BIN -t php_api_reference;
134134
if [ $? -eq 0 ]; then
135135
echo -n 'Remove unneeded from phpDocumentor output… ';
136136
rm -rf ./php_api_reference/files ./php_api_reference/graphs ./php_api_reference/indices ./php_api_reference/packages;
137+
rm -f ./php_api_reference/classes/Symfony-*.html ./php_api_reference/namespaces/symfony*.html
137138
echo -n 'Remove Symfony namespace from index… ';
138139
awk 'NR==FNR{if (/.*"fqsen": "\\\\Symfony.*/) for (i=-1;i<=3;i++) del[NR+i]; next} !(FNR in del)' \
139140
./php_api_reference/js/searchIndex.js \

0 commit comments

Comments
 (0)