/** * This is method `a` */ exports.a = function() {} /** * This is method `b` */ exports.b = function() {} /** * This is method `c` */ exports.c = function() {}