dpilger26 / NumCpp

C++ implementation of the Python Numpy library
https://dpilger26.github.io/NumCpp
MIT License
3.55k stars 550 forks source link

Building programs with Numcpp with Xcode produces thousands of @param errors. #212

Closed kapton-marvel closed 3 weeks ago

kapton-marvel commented 6 months ago

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

image

Additional context Numcpp v2.12.1 Xcode v15 eigen v3.4

kapton-marvel commented 6 months ago

Following the suggestions here at https://stackoverflow.com/a/43234526

Will remove the warnings from compiling, but does not fix the underlying issue.

dpilger26 commented 6 months ago

These aren't build errors, these are just linting warnings from your IDE because it apparently isn't configured correctly.