Closed kapton-marvel closed 1 month ago
Following the suggestions here at https://stackoverflow.com/a/43234526
Will remove the warnings from compiling, but does not fix the underlying issue.
These aren't build errors, these are just linting warnings from your IDE because it apparently isn't configured correctly.
Describe the bug Building any program with Numcpp that successfully builds produces 2900~ warning errors:
/Users/libraries/NumCpp/include/NumCpp/Functions/add.hpp:42:23 Empty paragraph passed to '@param' command Continues on for 2900 times for I assume every single @param entry within the entire library.
To Reproduce Trying to build the Numcpp eigen example with Xcode15
Expected behavior No warning errors.
Screenshots
Additional context Numcpp v2.12.1 Xcode v15 eigen v3.4