GUACAMOLE-38: Minor documentation tweaks.

This commit is contained in:
Nick Couchman
2018-04-17 17:30:52 -04:00
parent 12d92d210f
commit 6a922a7811
3 changed files with 6 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
Apache Guacamole Apache Guacamole
Copyright 2017 The Apache Software Foundation Copyright 2018 The Apache Software Foundation
This product includes software developed at This product includes software developed at
The Apache Software Foundation (http://www.apache.org/). The Apache Software Foundation (http://www.apache.org/).

View File

@@ -148,8 +148,7 @@ public class QCParser {
* the name. * the name.
* *
* @return * @return
* The String value of the name that is generated, or * The String value of the name that is generated.
* null if no config is provided.
* *
* @throws GuacamoleException * @throws GuacamoleException
* If an error occurs getting items in the configuration. * If an error occurs getting items in the configuration.

View File

@@ -43,6 +43,10 @@ angular.module('guacQuickConnect').controller('quickconnectController', ['$scope
} }
}; };
/**
* The URI that will be passed in to the extension to create
* the connection.
*/
$scope.uri = null; $scope.uri = null;
/** /**