linikujp / owltools

Automatically exported from code.google.com/p/owltools
0 stars 0 forks source link

Improper HTML tags in Javadoc #64

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The use of improper HTML tags in the Javadoc hides some contents in the 
generated documentation.

For instance, the javadoc here is incomplete: 
http://owltools.googlecode.com/svn/trunk/docs/api/owltools/graph/OWLGraphWrapper
Edges.html#getOutgoingEdgesClosure%28org.semanticweb.owlapi.model.OWLObject%29

Because its Javadoc includes: 
<A R-some B>

Such HTML tags should be replaced with HTML entities. 

Original issue reported on code.google.com by frederic...@gmail.com on 27 May 2013 at 12:42

GoogleCodeExporter commented 9 years ago
Hello Frederic,

most of these should be fixed. I have updated the javadoc.
Thank you.

Original comment by HDie...@lbl.gov on 29 May 2013 at 5:57