[PATCH v2] travis: doxygen 1.8.13#181
Closed
muvarov wants to merge 3 commits intoOpenDataPlane:masterfrom
Closed
Conversation
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
|
Could you please add it to cache? |
Contributor
Author
|
@lumag to add it to cache we need to install doxygen to some directory and add to odp config option to specify where is doxygen. Cache will save about 1 minute of execution. Probably there is some m4 macros already exist to point to installed doxygen directory. |
Bill-Fischofer-Linaro
approved these changes
Sep 19, 2017
Contributor
Bill-Fischofer-Linaro
left a comment
There was a problem hiding this comment.
I concur with @lumag suggestion to add this to the cache, but otherwise this looks reasonable, so consider this a review of v2 :)
Contributor
Author
|
@lumag @Bill-Fischofer-Linaro doxygen m4 macros does not have option to specify directory of where is it installed. I will try to play with it, maybe simple path will be enough. |
declare more clear syntax to capture doxygen warnings. Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
|
Looks good now, thank you! |
Contributor
Author
|
Merged. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update doxygen to 1.8.13
After we fix warnings we can threat warnings as errors. That option is available only in later doxygen releases.
Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org