Files
3d_audio/lib_xcore_math/doc/Doxyfile.inc

21 lines
632 B
PHP
Raw Normal View History

2025-12-11 09:43:42 +08:00
# This file provides overrides to the Doxyfile configuration
PROJECT_NAME = lib_xcore_math
PROJECT_BRIEF = "xcore optimised math"
EXTRACT_STATIC = YES
INPUT = ../lib_xcore_math/api ../doc/rst
PREDEFINED = C_API= EXTERN_C=
USE_MATHJAX = YES
MATHJAX_FORMAT = HTML-CSS
MATHJAX_RELPATH = https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/
# Make short MATHJAX sequences prettier
ALIASES += math{1}="@f$\1@f$"
ALIASES += vector{1}="@f$\bar \1@f$"
ALIASES += operation{1}="@par Operation Performed^^@parblock^^@f{aligned}{ \1 @f}^^@endparblock"