File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
taglets/src/main/java/org/odftoolkit/odfdom/taglet Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 4040 * In case nothing is been a default path within the JavaDoc resources directory is being used.
4141 *
4242 * <p>For example the taglet <code>{@odf.attribute xml:id}</code> would be resolved without
43- * variable settings to <code>JAVA_DOC_BASE/resources/OpenDocument-v1.3-os-part3-schema.html#attribute-xml_id
43+ * variable settings to <code>
44+ * JAVA_DOC_BASE/resources/OpenDocument-v1.3-os-part3-schema.html#attribute-xml_id
4445 * </code> .
4546 */
4647public class OdfAttributeTaglet implements Taglet {
Original file line number Diff line number Diff line change @@ -46,7 +46,8 @@ public class OdfDatatypeTaglet implements Taglet {
4646
4747 private static final Logger LOG = Logger .getLogger (OdfDatatypeTaglet .class .getName ());
4848 private static final String NAME = "odf.datatype" ;
49- private static final String ODF_SPEC_PATH = "../../../../resources/OpenDocument-v1.3-os-part3-schema.html" ;
49+ private static final String ODF_SPEC_PATH =
50+ "../../../../resources/OpenDocument-v1.3-os-part3-schema.html" ;
5051 private static String mOdfSpecPath = null ;
5152
5253 /* FINDING THE ABSOLUTE PATH TO THE ODF SPEC IN HTML:
Original file line number Diff line number Diff line change 4040 * In case nothing is been a default path within the JavaDoc resources directory is being used.
4141 *
4242 * <p>For example the taglet <code>{@odf.element text:span}</code> would be resolved without
43- * variable settings to <code>JAVA_DOC_BASE/resources/OpenDocument-v1.3-os-part3-schema.html#element-text_span
43+ * variable settings to <code>
44+ * JAVA_DOC_BASE/resources/OpenDocument-v1.3-os-part3-schema.html#element-text_span
4445 * </code> .
4546 */
4647public class OdfElementTaglet implements Taglet {
You can’t perform that action at this time.
0 commit comments