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

Build call graph #2

Open
smangham opened this issue Jul 18, 2024 · 1 comment
Open

Build call graph #2

smangham opened this issue Jul 18, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@smangham
Copy link
Member

It'd be very helpful to have a call graph for the code to help understand what's going on, where. Doxygen with Graphviz can generate this.

@smangham smangham added the documentation Improvements or additions to documentation label Jul 18, 2024
@smangham
Copy link
Member Author

Bafflingly, the one function I want most, the core routine for the ks_spectrum program (ks_spectrum/control.c:main) doesn't generate. VSCode flags an error in control.c:225 as it's missing a define (GAUGE_TOL_FIX) which looks like it comes from the build process and the IDE can't introspect, and so Doxygen probably can't either.

Tried adding an import for it to the file, but it didn't work. Ah well.

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

No branches or pull requests

1 participant