Closed (duplicate)
Project:
Twitter
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2011 at 00:03 UTC
Updated:
22 Nov 2011 at 21:01 UTC
The code comments are fairly poor in this module. None of the API functions have doxygen @param declarations, and only one has @return. There are some functions where doxygen is missing entirely (eg. twitter_account_load()). These comments are really important if you want others to review and help debug your code.
Things like form functions and hook implementations don't need much detail, but they do need some basic description (most have that already). Class methods also need full doxygen.
Comments
Comment #1
steinmb commentedDuplicate of the newer #1343694: Add Doxygen blocks to every function