Add explicit note on params which may be null

This commit is contained in:
Laurence Withers 2010-01-28 16:22:03 +00:00
parent cd9a2d252a
commit 64e06d17c4
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ conversion).
/*! \brief Retrieve the current time.
\param[out] date Current date/time (may be 0), in UTC.
\param[out] details Details (may be 0), including timezone.
\param[out] date Current date/time (may be 0), in UTC. May be 0.
\param[out] details Details (may be 0), including timezone. May be 0.
Retrieves the current time from the system clock, storing it into \a date and
\a details (both parameters optional).