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

Doxygen corrections #605

Merged
merged 3 commits into from
Jun 25, 2020
Merged

Conversation

KrisThielemans
Copy link
Collaborator

Fixes #604

Also fixes some doxygen in the files, which were generating errors when running doxygen or doxygin2swig (although make didn't complain).

Also adds an unrelated test case that I made to help debug the compilation problem in #577

To get the swig-generated wrappers to compile, we use #ifdef SWIG' in some .h files
to change some definitions. However, by using `add_definitions`, we set this
preprocessor variable also for compiling the registries.
This can fail if these rely on the normal STIR definitions.

This changes to use `-DSWIG` only for the wrappers.

Fixes UCL#604
@KrisThielemans KrisThielemans added this to the v5.0 milestone Jun 24, 2020
@KrisThielemans KrisThielemans merged commit ec5dc8e into UCL:master Jun 25, 2020
@KrisThielemans KrisThielemans deleted the doxygenCorrections branch October 17, 2020 19:29
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

Successfully merging this pull request may close these issues.

swig files compilation error
1 participant