Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tools/jsdoc-toolkit/app/test/nocode.js
blob: 1cf99bc982e7f532f0d36d44b8f1e0c3daf1eb0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/**#nocode+*/
    /**
      @name star
      @function
    */
    function blahblah() {
    
    }
/**#nocode-*/

function yaddayadda() {

}