You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<xsd:documentationxml:lang="en-us"xmlns="http://www.w3.org/1999/xhtml">The parser section contains all settings related to the conversion of your project’s source to the intermediate structure format of DocBlox (structure.xml).</xsd:documentation>
<xsd:documentationxml:lang="en-us"xmlns="http://www.w3.org/1999/xhtml">Optional element which defines the name of the default package. This is the name of the package when none is provided.</xsd:documentation>
<xsd:documentationxml:lang="en-us"xmlns="http://www.w3.org/1999/xhtml">The target location where to store the structure.xml, also used as source location for the transformer.</xsd:documentation>
33
+
</xsd:annotation>
34
+
</xsd:element>
35
+
<xsd:elementname="markers"minOccurs="0">
36
+
<xsd:annotation>
37
+
<xsd:documentationxml:lang="en-us"xmlns="http://www.w3.org/1999/xhtml">Contains a listing of item’s. These items identify which keywords in comments are used to identify additional sets of information. An example of this is inline comments starting with the <em>marker</em> TODO or FIXME.</xsd:documentation>
38
+
</xsd:annotation>
39
+
<xsd:complexType>
40
+
<xsd:sequence>
41
+
<xsd:elementname="item"type="xsd:string"/>
42
+
</xsd:sequence>
43
+
</xsd:complexType>
44
+
</xsd:element>
45
+
<xsd:elementname="extensions"minOccurs="0">
46
+
<xsd:annotation>
47
+
<xsd:documentationxml:lang="en-us"xmlns="http://www.w3.org/1999/xhtml">Contains a list of extension’s which a file must have to be interpreted. If a file does not have the extension mentioned in this list then it is not parsed. Examples: php, php3 or phtml.</xsd:documentation>
<xsd:documentationxml:lang="en-us"xmlns="http://www.w3.org/1999/xhtml">The transformer section contains most settings related to the transformation of the intermediate structure format (structure.xml) to a human-readable set of documentation. The format of this set of documentation is determined by the template choice which is present in the <strong>transformations</strong> head section.
62
+
63
+
<blockquote>The transformer determines the location of the intermediate structure format (structure.xml) by retrieving the <strong>target</strong> element in the <strong>parser</strong> section.</blockquote>
<xsd:documentationxml:lang="en-us"xmlns="http://www.w3.org/1999/xhtml">The target location where to store the generated documentation files.</xsd:documentation>
<xsd:documentationxml:lang="en-us"xmlns="http://www.w3.org/1999/xhtml">With this element you can link the documentation generated by DocBlox to the URL of a library based on the prefix of the class. This element may be used multiple times and each time has a <strong>prefix</strong> and <strong>uri</strong> element which specify which class to link where. The uri element supports 2 substitution variables: {CLASS} and {LOWERCASE_CLASS}.
76
+
77
+
<blockquote>Please note that if the class is part of a namespace that the backslashes are also copied; with exception of the ‘root’ (start of the class name).</blockquote>
78
+
</xsd:documentation>
79
+
</xsd:annotation>
80
+
<xsd:complexType>
81
+
<xsd:all>
82
+
<xsd:elementname="prefix"type="xsd:string"/>
83
+
<xsd:elementname="uri"type="xsd:anyURI"/>
84
+
</xsd:all>
85
+
</xsd:complexType>
86
+
</xsd:element>
87
+
</xsd:sequence>
88
+
</xsd:complexType>
89
+
</xsd:element>
90
+
<xsd:elementname="logging"minOccurs="0">
91
+
<xsd:annotation>
92
+
<xsd:documentationxml:lang="en-us"xmlns="http://www.w3.org/1999/xhtml">The logging section contains all settings related to the logging of information in DocBlox.
93
+
94
+
<blockquote>DocBlox does not ‘care’ whether the specified logging paths exist; if they do not then no log files are generated.</blockquote>
95
+
</xsd:documentation>
96
+
</xsd:annotation>
97
+
<xsd:complexType>
98
+
<xsd:all>
99
+
<xsd:elementname="level"type="logging-level">
100
+
<xsd:annotation>
101
+
<xsd:documentationxml:lang="en-us"xmlns="http://www.w3.org/1999/xhtml">Determines the minimum level of information that is supplied. Any priority equal to or higher than the given is included in the log files and is output to the screen. All priorities lower than the given are not logged.</xsd:documentation>
102
+
</xsd:annotation>
103
+
</xsd:element>
104
+
<xsd:elementname="paths">
105
+
<xsd:annotation>
106
+
<xsd:documentationxml:lang="en-us"xmlns="http://www.w3.org/1999/xhtml">Contains all folders to where DocBlox may log.</xsd:documentation>
107
+
</xsd:annotation>
108
+
<xsd:complexType>
109
+
<xsd:all>
110
+
<xsd:elementname="default">
111
+
<xsd:annotation>
112
+
<xsd:documentationxml:lang="en-us"xmlns="http://www.w3.org/1999/xhtml">The path of the default logging file, the name may be augmented with a {DATE} variable to provide a timestamp and {APP_ROOT} to indicate the root of the DocBlox application.</xsd:documentation>
113
+
</xsd:annotation>
114
+
</xsd:element>
115
+
<xsd:elementname="errors">
116
+
<xsd:annotation>
117
+
<xsd:documentationxml:lang="en-us"xmlns="http://www.w3.org/1999/xhtml">Messages with level debug are not added to the default log but in a separate log file whose path you can declare here. As with the default log file you can augment the path with the {DATE} variable.</xsd:documentation>
118
+
</xsd:annotation>
119
+
</xsd:element>
120
+
</xsd:all>
121
+
</xsd:complexType>
122
+
</xsd:element>
123
+
</xsd:all>
124
+
</xsd:complexType>
125
+
</xsd:element>
126
+
<xsd:elementname="transformations"minOccurs="0">
127
+
<xsd:annotation>
128
+
<xsd:documentationxml:lang="en-us"xmlns="http://www.w3.org/1999/xhtml">The transformations section controls the behaviour applied in transforming the intermediate structure format to the final human-readable output.</xsd:documentation>
129
+
</xsd:annotation>
130
+
<xsd:complexType>
131
+
<xsd:choicemaxOccurs="unbounded">
132
+
<xsd:elementname="template">
133
+
<xsd:annotation>
134
+
<xsd:documentation>The name or path of a template to use. This element may be used multiple times to combine several templates though usually you only supply one.</xsd:documentation>
135
+
</xsd:annotation>
136
+
<xsd:complexType>
137
+
<xsd:attributename="name"use="required"/>
138
+
</xsd:complexType>
139
+
</xsd:element>
140
+
<xsd:elementname="transformation">
141
+
<xsd:annotation>
142
+
<xsd:documentationxml:lang="en-us"xmlns="http://www.w3.org/1999/xhtml">It is also possible to execute additional transformations specifically for this project by defining your own transformations here.</xsd:documentation>
143
+
</xsd:annotation>
144
+
</xsd:element>
145
+
</xsd:choice>
146
+
</xsd:complexType>
147
+
</xsd:element>
148
+
<xsd:elementname="files"minOccurs="0">
149
+
<xsd:annotation>
150
+
<xsd:documentationxml:lang="en-us"xmlns="http://www.w3.org/1999/xhtml">The files section allows you to specify where the source code for your project is and what files to ignore.It is allowed to use relative paths here; just remember that these are relative from the working directory where you execute DocBlox in.</xsd:documentation>
151
+
</xsd:annotation>
152
+
<xsd:complexType>
153
+
<xsd:choicemaxOccurs="unbounded">
154
+
<xsd:elementname="file">
155
+
<xsd:annotation>
156
+
<xsd:documentationxml:lang="en-us"xmlns="http://www.w3.org/1999/xhtml">It is possible to specify specific <strong>file</strong>s or a specific set of files using the element. As with the -f parameter it supports wildcards.</xsd:documentation>
157
+
</xsd:annotation>
158
+
</xsd:element>
159
+
<xsd:elementname="directory">
160
+
<xsd:annotation>
161
+
<xsd:documentationxml:lang="en-us"xmlns="http://www.w3.org/1999/xhtml">In addition you can also provide entire directory trees using the element. This also supports the use of wildcards. Please note that in contrary to the element that the element is recursive and will tell DocBlox to process all files contained in this folder and every subfolder.</xsd:documentation>
162
+
</xsd:annotation>
163
+
</xsd:element>
164
+
<xsd:elementname="ignore">
165
+
<xsd:annotation>
166
+
<xsd:documentationxml:lang="en-us"xmlns="http://www.w3.org/1999/xhtml">In some cases you will have to <strong>ignore</strong> certain files in your project; examples of these can be third party libraries and/or tests. In this case you can use the ignore element and provide a pattern (not a path) to ignore. This if you provide <strong>*test*</strong> it will ignore any file or directory containing the text <em>test</em> in it.</xsd:documentation>
0 commit comments