restydoc indexer: ignored a problematic nginx document, ngx_http_api_module.xml.
This commit is contained in:
parent
3e2540f6a0
commit
53a86b6abd
util
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue