Constants used by the doc generator and the free marker templates
These constants will be passed onto the freemarker templates as a map
These can be accesses using the CONSTANTS variable
eg:- CONSTANTS.DOCS_DIRECTORY
Constants() - Constructor for class org.wso2.siddhi.doc.gen.core.utils.Constants
Enum for holding extension types supported by the doc generator and the free marker templates
The enum values should be changed to match the names used in the documentation
The enum values will affect the names used in the documentation as well as the hyperlinks
These enum values will be passed onto the freemarker templates as a map
The other members of the enum class will not be accessible from the freemarker templates
These can be accesses using the EXTENSION_TYPE variable
eg:- EXTENSION_TYPE.FUNCTION