mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-38: Minor documentation tweaks.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Apache Guacamole
|
||||
Copyright 2017 The Apache Software Foundation
|
||||
Copyright 2018 The Apache Software Foundation
|
||||
|
||||
This product includes software developed at
|
||||
The Apache Software Foundation (http://www.apache.org/).
|
||||
|
@@ -148,8 +148,7 @@ public class QCParser {
|
||||
* the name.
|
||||
*
|
||||
* @return
|
||||
* The String value of the name that is generated, or
|
||||
* null if no config is provided.
|
||||
* The String value of the name that is generated.
|
||||
*
|
||||
* @throws GuacamoleException
|
||||
* If an error occurs getting items in the configuration.
|
||||
|
@@ -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;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user