File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 191191$PHP_BINARY $PHPDOC_BIN -t php_api_reference;
192192if [ $? -eq 0 ]; then
193193 echo -n ' Remove unneeded from phpDocumentor output… ' ;
194- rm -rf ./php_api_reference/files ./php_api_reference/graphs ./php_api_reference/images ./php_api_reference/indices ./php_api_reference/packages;
195- rm -f ./php_api_reference/classes/Symfony-* .html ./php_api_reference/namespaces/symfony* .html
194+ rm -rf ./php_api_reference/files ./php_api_reference/graphs ./php_api_reference/indices ./php_api_reference/packages;
195+ rm -f ./php_api_reference/images/apple-touch-icon.png ./php_api_reference/images/favicon-16x16.png ./php_api_reference/images/favicon-32x32.png ./php_api_reference/images/favicon.ico;
196+ rm -f ./php_api_reference/classes/Symfony-* .html ./php_api_reference/namespaces/symfony* .html;
196197 echo -n ' Remove Symfony namespace from index… ' ;
197198 awk ' NR==FNR{if (/.*"fqsen": "\\\\Symfony.*/) for (i=-1;i<=3;i++) del[NR+i]; next} !(FNR in del)' \
198199 ./php_api_reference/js/searchIndex.js \
You can’t perform that action at this time.
0 commit comments