Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Mathematical formula's in javadoc

843810Feb 6 2006 — edited Feb 15 2006
Hi ,
I am currently programming an implementation of a Support Vector Machine. And good documentation is required. Therefore I would like to use java doc to add the formula's for quick reference by people who will succeed me.

I thought about using MathML and this seems to work quite well except that I cannot set the Doctype of the generated javadoc to:
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" 
               "http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
which would make it work in our favorite broswer firefox,

If anyone has any ideas to solve this strucutly instead of with a postprocessing step, please reply.

Thanks,

Jerven
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 15 2006
Added on Feb 6 2006
4 comments
731 views