Skip to content

Commit 35a9305

Browse files
author
neok-m4700
authored
Update basic_functions.rst
Function signatures (fixing doxygenfunction: Unable to resolve multiple matches for function “fmod” with arguments (()) in doxygen xml output for project “xsimd” from directory: ../xml. Potential matches:).
1 parent 830509d commit 35a9305

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/api/basic_functions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ Basic functions
1616
:project: xsimd
1717

1818
.. _fmod-function-reference:
19-
.. doxygenfunction:: fmod
19+
.. doxygenfunction:: fmod(const simd_base<B>&, const simd_base<B>&)
2020
:project: xsimd
2121

2222
.. _remainder-func-ref:
23-
.. doxygenfunction:: remainder
23+
.. doxygenfunction:: remainder(const simd_base<B>&, const simd_base<B>&)
2424
:project: xsimd
2525

2626
.. _fma-function-reference:

0 commit comments

Comments
 (0)