You are here: More Information > Special Tasks
Special Tasks
Technical Reference
> Documenting without Editor > Property Tags > Unfinished and Version Specific Tag
Close
Doc-O-Matic 10
Version Specific Example

In this example topic1 will only be exported to projects with a matching version number:

//@@topic1 //<versionspecific 3.1.1.1> --------- //@@topic1 //<property name= "versionspecific" value= "3.1.1.1" />

In this example topic1 will also be exported to all projects later than version 3.1.:

//@@topic1 //<versionspecific [+]3.1> --------- //@@topic1 //<property name= "versionspecific" value= "[+]3.1" />

In this example topic1 will also be exportet to all projects earlier than version 3.1.:

//@@topic1 //<versionspecific [-]3.1> --------- //@@topic1 //<property name= "versionspecific" value= "[-]3.1" />
Copyright © 2000-2020 toolsfactory software inc. All rights reserved.