Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Javadoc build error #262

Closed
jadamcrain opened this issue Mar 28, 2019 · 1 comment
Closed

Javadoc build error #262

jadamcrain opened this issue Mar 28, 2019 · 1 comment
Assignees
Labels
Milestone

Comments

@jadamcrain
Copy link
Member

[ERROR] C:\Development\Github\dnp3\java\bindings\src\main\java\com\automatak\dnp3\enums\IndexQualifierMode.java:32: error: malformed HTML
[ERROR]   * Always use two byte qualifiers even if the index is <= 255

The < needs to be properly escaped or substituted:

https://stackoverflow.com/questions/2898897/how-can-i-use-and-in-javadoc-without-formatting

Work around from user:

https://www.locked.de/how-to-ignore-maven-javadoc-errors-in-java-8/

 <configuration>
                <additionalparam>-Xdoclint:none</additionalparam>
 </configuration>
@jadamcrain jadamcrain self-assigned this Mar 28, 2019
@jadamcrain jadamcrain added the bug label Mar 28, 2019
@jadamcrain jadamcrain added this to the 2.3.0-RC1 milestone Mar 28, 2019
@jadamcrain
Copy link
Member Author

Fixed in 1083c4a

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant