This file contains formulas written in MathML for inclusion in the Javadoc of some classes in the
org.apache.sis.referencing.datum
package.
Those formulas are provided in separated files for easier edition and for avoiding
javac
or
javadoc
“
unknown HTML tag” errors with JDK 8.
Fragment of this files are inserted in the Javadoc by the following tag:
{@include formulas.html#title}
where
title is the text inside
<h2>…</h2>
elements just before
the parts to copy in the javadoc.
The
{@include}
taglet is defined in the
sis-build-helper
module.