<package package="mainPackage" />and package.xml file in the unfinished directory with the following content:
<package package="unfinishedPackage" />We now have two packages, one for the finished content, and one for the unfinished content.
<article desc="first article"> The content of the first article. Link to the <ref id="unfinished article" package="unfinishedPackage" />. </article>
<article desc="unfinished article"> The article content. </article>
package
attribute to the reference:<article desc="closed article"> The closed content of the article. Link to the <ref id="first article" package="openPackage"/>. </article>
<index> The index. </index>
mainPackage
only, we will specify onyl set the the main directory in the "Input Directories" field.<packagesDependencies defaultCheck="accept"> <package name="mainPackage" showUnresolvedReferences="false"> <dependency name="unfinishedPackage" /> </package> <package name="unfinishedPackage"> <dependency name="mainPackage" /> </package> </packagesDependencies>
docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.