1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

doc: fix formulas in JavaDoc broken after Doxygen upgrade

This commit is contained in:
Maksim Shabunin
2024-03-07 17:36:07 +03:00
parent 1eb061f89d
commit 8550c415ef
4 changed files with 17 additions and 8 deletions
+4 -1
View File
@@ -1,6 +1,8 @@
//<![CDATA[
window.MathJax = {
loader: {load: ['[tex]/ams']},
tex: {
packages: {'[+]': ['ams']},
macros: {
matTT: [ "\\[ \\left|\\begin{array}{ccc} #1 & #2 & #3\\\\ #4 & #5 & #6\\\\ #7 & #8 & #9 \\end{array}\\right| \\]", 9],
fork: ["\\left\\{ \\begin{array}{l l} #1 & \\mbox{#2}\\\\ #3 & \\mbox{#4}\\\\ \\end{array} \\right.", 4],
@@ -14,7 +16,8 @@ window.MathJax = {
hdotsfor: ["\\dots", 1],
mathbbm: ["\\mathbb{#1}", 1],
bordermatrix: ["\\matrix{#1}", 1]
}
},
processEscapes: false
}
};
//]]>