Tagged Questions
6
votes
4answers
526 views
Are there any conventions for writing POD comments for Perl?
I was able to find a page from Safari Books Online that provides a template, but having never written POD comments, I'm not sure how good it is or if it is missing anything that might be considered ...
3
votes
6answers
837 views
Most common docblock for Delphi and/or FreePascal code
I'm quite familiar with PHP dockblocks since it's been my job for the last 15+ years.
/**
* Description
*
* @tag bla bla
* @tag more bla bla
*/
What I'm trying to understand is if there ...