mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-38: Minor documentation tweaks.
This commit is contained in:
@@ -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/).
|
||||||
|
@@ -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.
|
||||||
|
@@ -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;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user