Changeset 20795 for lang/cplusplus

Show
Ignore:
Timestamp:
10/05/08 16:30:33 (2 months ago)
Author:
tokuhirom
Message:

r27064@skinny: tokuhirom | 2008-10-05 15:39:39 +0900
remove debug message

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/cplusplus/llv8call/trunk/tools/makedoc/make-docs.js

    r20792 r20795  
    3838                modules.push(currentmodule); 
    3939            } else if (line.match(/\/\*\*\s*SYNOPSIS/)) { 
    40                 p("GOTO SYNOP MODE"); 
    4140                parser = parser_synopsis; 
    4241            } else if (line.match(/CLASS(?:_WITH_CONSTRUCTOR)?\(/)) { 
     
    6867        } 
    6968        hdf.SetValue("data.synopsis", data.synopsis); 
    70         p(hdf.DumpStr(undefined, 0)); 
     69        // p(hdf.DumpStr(undefined, 0)); 
    7170        var cs = new clearsilver.CS(hdf); 
    7271        cs.ParseFile(TMPLDIR + "/doc.cs");