sbin/res/jsdoc/app/test/encoding.js
author veltr
Fri, 26 Oct 2012 13:16:00 +0200
changeset 971 1a9e57b033fa
parent 520 fe008e95a716
permissions -rw-r--r--
Commit before branching


/**
 * @Constructor
 * @desc 配置文件
 * @class 什么也不返回
 */
function Test(conf) {
    // do something;
}