Open GoogleCodeExporter opened 8 years ago
You could write a plugin which implements the onSymbol hook and there you do:
if(symbol.is("FUNCTION") && symbol.alias.indexOf("_") == 0){
symbol.isPrivate = true;
}
Original comment by Danny.G...@gmail.com
on 16 Oct 2010 at 12:48
Thanks. It looks like there's already a regex setting it in parser.js, so I
just modified it there.
Original comment by Contemp...@gmail.com
on 19 Oct 2010 at 4:04
Original issue reported on code.google.com by
Contemp...@gmail.com
on 15 Oct 2010 at 3:11