Add explicit note on params which may be null

This commit is contained in:
Laurence Withers 2010-01-28 16:22:03 +00:00
commit 64e06d17c4

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).