Document tags have been used to store process-specific information in the source files. This allows control information for contributed tools (and other processes) to be included in the source files.
This information can then be more easily integrated with source control tools.
The document tags can be mixed case; the process that uses the tags must be able to handle the tags in any case and even mixed case.
The document tags used by the build process are placed near the beginning of the program and are used to automatically update the build properties for the file during the build process. When modifications are made to the properties, these tags are updated with the new information.
The document tags used by the build process are:
Other document tags can be placed anywhere in the source file - see the documentation for the specific contributed tool using the document tags for additional information.
The ProvideX Docs contributed tool is one contributed tool that used document tags for context information used by the documentation process.
Next Section: Output Folder Properties