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

DM-11016: Add standard library tag file to Doxygen #43

Merged
merged 1 commit into from Oct 16, 2017

Conversation

kfindeisen
Copy link
Member

This PR fixes a bug that was found in sconsUtils while working on DM-11016. Previously, base.inc was included in Doxygen config files after lines that appended other Stack packages to TAGFILES. Since a version update in 2014, base.inc contained the default (empty) TAGFILES line, which would supersede the appends written by sconsUtils.

This PR reorders the code so that include files always appear first on configs, guaranteeing that lines added by sconsUtils will take precedence regardless of the content of base.inc or any other .inc file.

In particular, base.inc provides the defaults for most packages, so
it should appear in .conf files before package-specific overrides.
@kfindeisen kfindeisen requested a review from timj October 16, 2017 22:52
@kfindeisen kfindeisen merged commit a02d077 into master Oct 16, 2017
@ktlim ktlim deleted the tickets/DM-11016 branch August 25, 2018 06:16
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.

None yet

2 participants