From efafd7fe871bc368b91db78bb132abb027141a24 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Fri, 6 Sep 2013 15:27:06 +0200 Subject: Web UI source code annotation Part of ongoing Web UI documentation effort. Source code is annotated in a way that it can be processed by documentation generator. --- install/ui/src/freeipa/Application_controller.js | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'install/ui/src/freeipa/Application_controller.js') diff --git a/install/ui/src/freeipa/Application_controller.js b/install/ui/src/freeipa/Application_controller.js index 4c1007b7b..4bde1238c 100644 --- a/install/ui/src/freeipa/Application_controller.js +++ b/install/ui/src/freeipa/Application_controller.js @@ -18,12 +18,6 @@ * along with this program. If not, see . */ -/** - * Application controller - * - * Controls interaction between navigation, menu and facets. - */ - define([ 'dojo/_base/declare', 'dojo/_base/lang', @@ -44,10 +38,11 @@ define([ JSON, App_widget, IPA, Menu, Router, menu_spec) { /** - * Main application + * Application controller + * + * Controls interaction between navigation, menu and facets. * - * This class serves as top level widget. It creates basic UI: controls - * rendering of header, footer and placeholder for facets. + * @class Application_controller */ var App = declare(null, { -- cgit