mirror of https://github.com/dspinellis/UMLGraph
Fix XML validation errors.
This commit is contained in:
parent
17efed7a0c
commit
9cbc8dc9d2
|
|
@ -231,7 +231,7 @@ defined by libraries outside the core J2SE distribution,
|
|||
it is a good idea to include the library jars to the classpath.
|
||||
Otherwise, <em>javadoc</em> (and concequently UMLGraph)
|
||||
will fail to process the input classes correctly.
|
||||
This is <a href="http://forums.sun.com/thread.jspa?threadID=5333060&tstart=0">a known issue</a> with <em>javadoc</em>,
|
||||
This is <a href="http://forums.oracle.com/forums/thread.jspa?threadID=1521148">a known issue</a> with <em>javadoc</em>,
|
||||
but only manifests in certain occasions when running UMLGraph,
|
||||
for example when processing private class fields.
|
||||
</notes>
|
||||
|
|
|
|||
|
|
@ -4,8 +4,7 @@
|
|||
<dl>
|
||||
|
||||
<dt>Version 5.5 Under development </dt><dd>
|
||||
<ul>
|
||||
</ul>
|
||||
</dd>
|
||||
|
||||
<dt>Version 5.4 2011-01-08</dt><dd>
|
||||
<ul>
|
||||
|
|
|
|||
Loading…
Reference in New Issue