-# When the SEARCHENGINE tag is enabled doxygen will generate a search box\r
-# for the HTML output. The underlying search engine uses javascript\r
-# and DHTML and should work on any modern browser. Note that when using\r
-# HTML help (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets\r
-# (GENERATE_DOCSET) there is already a search function so this one should\r
-# typically be disabled. For large projects the javascript based search engine\r
-# can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution.\r
+# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces\r
+# of code that will be used on startup of the MathJax code. See the MathJax site\r
+# (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an\r
+# example see the documentation.\r
+# This tag requires that the tag USE_MATHJAX is set to YES.\r
+\r
+MATHJAX_CODEFILE =\r
+\r
+# When the SEARCHENGINE tag is enabled doxygen will generate a search box for\r
+# the HTML output. The underlying search engine uses javascript and DHTML and\r
+# should work on any modern browser. Note that when using HTML help\r
+# (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET)\r
+# there is already a search function so this one should typically be disabled.\r
+# For large projects the javascript based search engine can be slow, then\r
+# enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to\r
+# search using the keyboard; to jump to the search box use <access key> + S\r
+# (what the <access key> is depends on the OS and browser, but it is typically\r
+# <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down\r
+# key> to jump into the search results window, the results can be navigated\r
+# using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel\r
+# the search. The filter options can be selected when the cursor is inside the\r
+# search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>\r
+# to select a filter and <Enter> or <escape> to activate or cancel the filter\r
+# option.\r
+# The default value is: YES.\r
+# This tag requires that the tag GENERATE_HTML is set to YES.\r