dpilger26 / NumCpp

C++ implementation of the Python Numpy library

Home Page:https://dpilger26.github.io/NumCpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

kapton-marvel opened this issue · comments

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

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.