Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-07-12 16:51:33 +03:00
parent 9ea7f416de
commit ee941f327f

View File

@ -938,13 +938,9 @@ var UIIntrospectionActions = actions.Actions({
})], })],
// XXX might be a good idea to add feature doc/help browser like showDoc(..) // XXX might be a good idea to add feature doc/help browser like showDoc(..)
// XXX show more info about features: // XXX show more info about features...
// .title // .title
// .doc // .doc (short)
// .module
// .depends (+ depended on by ..)
// .suggested
// ...
// XXX might be nice to load/unload features from here... // XXX might be nice to load/unload features from here...
// this can be done by add explicitly to input (with or without // this can be done by add explicitly to input (with or without
// the '-' prefix and) and reloading (re-running setup(..))... // the '-' prefix and) and reloading (re-running setup(..))...