/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */

// {{{ Namespace

/**
 * Namespace
 *
 * @author     Kazuhiro Kotsutsumi <kotsutsumi@xenophy.com>
 * @copyright  Copyright (c) 2006-2010 Xenophy.CO.,LTD All rights Reserved.
 * @license    http://www.opensource.org/licenses/mit-license.html MIT License
 * @version    Release: 1.0
 */
Ext.ns(
    'Docs',
    'Docs.app',
    'Docs.chart',
    'Docs.form',
    'Docs.grid',
    'Docs.layout',
    'Docs.list',
    'Docs.menu',
    'Docs.tips',
    'Docs.tree'
);

// }}}

/*
 * Local variables:
 * tab-width: 4
 * c-basic-offset: 4
 * c-hanging-comment-ender-p: nil
 * End:
 */

