restydoc indexer: ignored a problematic nginx document, ngx_http_api_module.xml.

This commit is contained in:
Yichun Zhang (agentzh) 2017-09-11 18:50:24 -07:00
parent 3e2540f6a0
commit 53a86b6abd
1 changed files with 1 additions and 0 deletions

View File

@ -852,6 +852,7 @@ else
hg clone http://hg.nginx.org/nginx.org || exit 1
fi
cd nginx.org/ || exit 1
find xml/en/docs -name 'ngx_http_api_module.xml' -delete
$nginx_xml2pod xml/en/docs || exit 1
cd $curdir || exit 1