package1 package is an Open Source packagepackage2 package is a Closed Source packagepackage1 packagepackage1 and the Closed Source package2 package<packagesDependencies defaultCheck="accept"> <package name="package1" > <dependency name="package2" check="refuse" /> </package> </packagesDependencies>In this example, Dependencies from
package1 to package2 are not allowed. One of the references in the articles in package1 will therefore be refused and lead to a warning during parsing:
package1 package is a part of the wiki which is finishedpackage2 package is a art of the wiki which is still unfinishedpackage1 packagepackage2 package (whch point to nothing) to emit errors to focus on the "real" errors (those inside package1)<packagesDependencies defaultCheck="accept"> <package name="package1" > <dependency name="package2" showUnresolvedReferences="false" showUnresolvedImages="false" showUnresolvedInfoboxes="false"/> </package> </packagesDependencies>
docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.