Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Doxygen documentation uses mathjax for rendering (https://www.mathjax.org/). The default location is set to online source (cdn.mathjax.org). Probably you have JS turned off in your browser, or no Internet connection.

To build fully local documentation you need to either use local mathjax script either generate formula images with LaTeX.

To use first method, first download mathjax scripts, second modify opencv/doc/Doxyfile.in and set corresponding option (http://www.stack.nl/~dimitri/doxygen/manual/config.html#cfg_mathjax_relpath). Than regenerate your documentation (make doxygen) and put mathjax to the configured relative path.

To use second method, first install LaTeX for your system, second modify opencv/doc/Doxyfile.in and set USE_MATHJAX to NO. Than regenerate your documentation.

Doxygen documentation uses mathjax for rendering (https://www.mathjax.org/). The default location is set to online source (cdn.mathjax.org). Probably you have JS turned off in your browser, or no Internet connection.

To build fully local documentation you need either to either use local mathjax script either to generate formula images with LaTeX.

To use first method, first download mathjax scripts, second modify opencv/doc/Doxyfile.in and set corresponding option (http://www.stack.nl/~dimitri/doxygen/manual/config.html#cfg_mathjax_relpath). Than regenerate your documentation (make doxygen) and put mathjax to the configured relative path.

To use second method, first install LaTeX for your system, second modify opencv/doc/Doxyfile.in and set USE_MATHJAX to NO. Than regenerate your documentation.