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 #3

Open
achorein opened this issue Jun 21, 2016 · 1 comment
Open

Build call graph #3

achorein opened this issue Jun 21, 2016 · 1 comment

Comments

@achorein
Copy link

Hi.

Is there a way to detect function calls in order to build the call graph ?

@Anvil
Copy link
Owner

Anvil commented Jun 21, 2016

Well. There's always a way. The question is how much blood you want to spill to get it.
(Yeah, blood. Sed is dark magic).

Detecting command names in simple command lines should be doable. But I think it will not be trivial if you want to cover all the cases. If parameters can be removed from the call without confusing doxygen, I might give it a shot.
At least for top level commands. Nested calls might be more difficult.

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