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 40
40
* In case nothing is been a default path within the JavaDoc resources directory is being used.
41
41
*
42
42
* <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
44
45
* </code> .
45
46
*/
46
47
public class OdfAttributeTaglet implements Taglet {
Original file line number Diff line number Diff line change @@ -46,7 +46,8 @@ public class OdfDatatypeTaglet implements Taglet {
46
46
47
47
private static final Logger LOG = Logger .getLogger (OdfDatatypeTaglet .class .getName ());
48
48
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" ;
50
51
private static String mOdfSpecPath = null ;
51
52
52
53
/* FINDING THE ABSOLUTE PATH TO THE ODF SPEC IN HTML:
Original file line number Diff line number Diff line change 40
40
* In case nothing is been a default path within the JavaDoc resources directory is being used.
41
41
*
42
42
* <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
44
45
* </code> .
45
46
*/
46
47
public class OdfElementTaglet implements Taglet {
You can’t perform that action at this time.
0 commit comments