<xs:element name="urlExceptions"> <xs:complexType> <xs:sequence maxOccurs="unbounded" minOccurs="0"> <xs:element ref="urlException" /> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="urlException"> <xs:complexType> <xs:attribute name="url" type="xs:anyURI" use="required" /> </xs:complexType> </xs:element>All the children URLs of the URLs specified in this file won't be checked. It avoid to return warnings in the case where some URLs are not allowed on the Network where the docJGenerator tool is used (black list or white list).
<urlExceptions> <urlException url="http://docs.oracle.com/javase/8/docs/api/" /> </urlExceptions>
<timeouts timeout="300"> <url url="http://docs.oracle.com/javase/8/docs/api/" timeout="500" /> </timeouts>Here the default timeout is 300ms, but the timeout for the javadoc API website is 500ms.
docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.