lör 2010-08-21 klockan 23:41 +0100 skrev Andrew Beverley:

> I have documented all the functions and class data members. Could you
> clarify whether *every* variable should be documented with doxygen
> comments (including short-lived temporary ones within functions), or
> just those that are part of classes/structs?

classes/structs.

temporary variables if their use may not be obvious to someone else
reading your code, but preferably code in such shape that variable use
is obvious.

> For example, should 'tos' in the function below have doxygen comments?

No need for that imho.

Regards
Henrik

Reply via email to