diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2013-09-06 15:27:06 +0200 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2013-10-16 18:08:17 +0200 |
commit | efafd7fe871bc368b91db78bb132abb027141a24 (patch) | |
tree | f6d71bae937e31c7090828382af8b404b1ce7e1f /install/ui/src/freeipa/user.js | |
parent | 3fa304d95ec59efe0eb1cb8241d88a173802b172 (diff) | |
download | freeipa.git-efafd7fe871bc368b91db78bb132abb027141a24.tar.gz freeipa.git-efafd7fe871bc368b91db78bb132abb027141a24.tar.xz freeipa.git-efafd7fe871bc368b91db78bb132abb027141a24.zip |
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.
Diffstat (limited to 'install/ui/src/freeipa/user.js')
-rw-r--r-- | install/ui/src/freeipa/user.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/install/ui/src/freeipa/user.js b/install/ui/src/freeipa/user.js index 1fdcf25a..34c3a7ad 100644 --- a/install/ui/src/freeipa/user.js +++ b/install/ui/src/freeipa/user.js @@ -34,6 +34,12 @@ define([ './certificate'], function(IPA, $, phases, reg, text) { +/** + * User module + * @class user + * @alternateClassName IPA.user + * @singleton + */ var exp = IPA.user = {}; var make_spec = function() { @@ -409,6 +415,7 @@ IPA.user.details_facet = function(spec) { }; /** + * @member user * Makes user association facets read-only in self service */ IPA.user.association_facet_ss_pre_op = function(spec, context) { |