Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kapton-marvel opened this issue Apr 15, 2024 · 2 comments

Comments

@kapton-marvel
Copy link

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
Copy link
Author

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

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

@dpilger26
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants