This commit is contained in:
Steven Dan
2025-12-11 09:43:42 +08:00
commit d8b2974133
1822 changed files with 280037 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# 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"