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

Add c/h files as dependencies. #6

Open
jcarrano opened this issue Jul 30, 2018 · 1 comment
Open

Add c/h files as dependencies. #6

jcarrano opened this issue Jul 30, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@jcarrano
Copy link
Owner

jcarrano commented Jul 30, 2018

Tell sphinx that the output depends on the C/h files where the entities are defined.

This needs #5 to be useful.

Alternatively, depend on the XML files (but that would need an external method to check if the content changed, because Doxygen will always touch the files).

@jcarrano jcarrano added the enhancement New feature or request label Aug 20, 2018
@jcarrano
Copy link
Owner Author

jcarrano commented Dec 7, 2018

Tell sphinx that the output depends on the C/h files where the entities are defined.

Won't work because something on another unrelated file could change the output.

Alternatively, depend on the XML files (but that would need an external method to check if the content changed, because Doxygen will always touch the files).

Also won't work.

What could work is constructing a some sort of query, though that may break if the user does weird things in antidox-include-children

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

No branches or pull requests

1 participant