Closed GoogleCodeExporter closed 8 years ago
I've committed the tool and added @factory to every static factory method.
- Add any number of aliases after the doctag
@factory atMost [alias for lessThanOrEqualTo]
- Add minus (-) as an alias to skip the actual method name
@factory - atMost [lessThanOrEqualTo won't be a factory method]
- Add ellipses (...) as an alias for methods that use func_get_args().
Original comment by dharkn...@gmail.com
on 17 Aug 2010 at 10:29
Original issue reported on code.google.com by
dharkn...@gmail.com
on 9 Aug 2010 at 6:08