summaryrefslogtreecommitdiffstats
path: root/doc/commands.doc
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-05-01 17:33:29 (GMT)
committerGitHub <noreply@github.com>2021-05-01 17:33:29 (GMT)
commit59edaeeed17cc8d7323e1c555c073786feab87db (patch)
tree488e82f28e06abdd001ae0b385c9e1f19db8fafe /doc/commands.doc
parent77ee20e5b3ac5c8a6360f04f4d19fe681c3ada50 (diff)
parent200c31bf342c533de77fede161e18e395c5ce875 (diff)
downloadDoxygen-59edaeeed17cc8d7323e1c555c073786feab87db.zip
Doxygen-59edaeeed17cc8d7323e1c555c073786feab87db.tar.gz
Doxygen-59edaeeed17cc8d7323e1c555c073786feab87db.tar.bz2
Merge pull request #8509 from albert-github/feature/bug_formula_mj
Problems with some commands in MathJax
Diffstat (limited to 'doc/commands.doc')
-rw-r--r--doc/commands.doc19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/commands.doc b/doc/commands.doc
index 820d0a3..fb59d28 100644
--- a/doc/commands.doc
+++ b/doc/commands.doc
@@ -104,6 +104,8 @@ documentation:
\refitem cmdexample \\example
\refitem cmdexception \\exception
\refitem cmdextends \\extends
+\refitem cmdfrndopen \\f(
+\refitem cmdfrndclose \\f)
\refitem cmdfdollar \\f\$
\refitem cmdfbropen \\f[
\refitem cmdfbrclose \\f]
@@ -3240,6 +3242,23 @@ class Receiver
\sa section \ref formulas "formulas" for an example.
<hr>
+\section cmdfrndopen \\f(
+
+ \addindex \\f(
+
+ Marks the start of an in-text formula, but contrary to \ref cmdfdollar "\\f$" it will
+ not explicitly open the math-mode in \LaTeX.
+ \sa section \ref cmdfrndclose "\\f)" and section \ref formulas "formulas".
+
+<hr>
+\section cmdfrndclose \\f)
+
+ \addindex \\f)
+
+ Marks the end of an in-text formula started with \ref cmdfrndopen "\\f(".
+ \sa section \ref cmdfrndopen "\\f(" and section \ref formulas "formulas".
+
+<hr>
\section cmdfbropen \\f[
\addindex \\f[