dspinellis / dspinellis/UMLGraph
Warning, could not find a line that matches the pattern '(Class|Interface|Enum)'. Class diagram reference not inserted
- Dominant language
- Java
- Stars
- 353
- Forks
- 90
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
Nice tool!
But when I execute this in maven project on Travis, I always have this issues during the generation of the javadoc :
```
Warning, could not find a line that matches the pattern '(Class|Interface|Enum) Gpio.*'.
Class diagram reference not inserted
```
See the build #135 in me repository : https://travis-ci.org/ericpinet/ConnectLife
I setup the UMLGraph with maven like this:
```
org.apache.maven.plugins
maven-javadoc-plugin
2.10.3
com.connectlife.test
org.umlgraph.doclet.UmlGraphDoc
org.umlgraph
doclet
5.1
-all -view -views
true
```
Why the pattern is not match? The javadoc plugin version isn't compatible with this doclet?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.