We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3684cad commit c37dd96Copy full SHA for c37dd96
pom.xml
@@ -97,6 +97,17 @@
97
<groupId>org.apache.maven.plugins</groupId>
98
<artifactId>maven-javadoc-plugin</artifactId>
99
<version>2.9.1</version>
100
+ <configuration>
101
+ <header><script type='text/x-mathjax-config'>
102
+ MathJax.Hub.Config({
103
+ tex2jax: {
104
+ inlineMath: [ ['$','$'] ],
105
+ processEscapes: true
106
+ }
107
+ });
108
+</script>
109
+<script type='text/javascript' src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script></header>
110
+ </configuration>
111
<executions>
112
<execution>
113
<id>attach-javadocs</id>
0 commit comments