I occasionally see JSDoc in this form in my project:
/** * Description of function foo */ function foo() { }