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