Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tools/jsdoc-toolkit/app/test/anon_inner.js
blob: 227eeee55e2ce7eb29350d7084a2030fcda16778 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * @name bar
 * @namespace
 */
 
new function() {
    /**
     * @name bar-foo
     * @function
     * @param {number} x
     */
    function foo(x) {
    }
}