mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 06:24:27 +02:00
Jenkins scripts port: update shell function comments
Review function comments style. https://google.github.io/styleguide/shellguide.html#function-comments Change-Id: I8c557fd6cb653744d93c28cd28caeef3e4bf10bc Bug: b:185520507
This commit is contained in:
@ -50,14 +50,13 @@ EOF
|
||||
|
||||
#######################################
|
||||
# Wrap clang-tools scan-build.
|
||||
#
|
||||
# Args:
|
||||
# Globals:
|
||||
# OUTPUT_DIR target directory where scan-build report is generated.
|
||||
# MODE scan-build mode
|
||||
# Arguments:
|
||||
# $* scan-build additional args.
|
||||
# Returns:
|
||||
# scan-build retcode
|
||||
# Global:
|
||||
# OUTPUT_DIR target directory where scan-build report is generated.
|
||||
# MODE scan-build mode
|
||||
#######################################
|
||||
scan_build() {
|
||||
scan-build -o "${OUTPUT_DIR}" --use-analyzer="$(command -v clang)" \
|
||||
|
Reference in New Issue
Block a user