Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/guacamole-client/pull/347#discussion_r243742443
--- Diff: guacamole-docker/bin/build-guacamole.sh ---
@@ -41,6 +41,7 @@
BUILD_DIR="$1"
DESTINATION="$2"
+BUILD_PROFILE="$3"
--- End diff --
This new `BUILD_PROFILE` parameter for `build-guacamole.sh` needs to be
documented with an `@param` in the corresponding comment block (see the
Doxygen-style block above covering this script and the other two parameters).
---