Change a note to a warning.

This commit is contained in:
Bill Currie 2011-07-23 16:02:10 +09:00
parent 24a50982ac
commit adce93a2de

View file

@ -122,8 +122,8 @@ const char *NET_AdrToString (netadr_t a);
Do not include the port number in the string. Do not include the port number in the string.
\note The return value is a pointer to a static buffer. The returned \warning The return value is a pointer to a static buffer. The returned
string must be saved if mixing calls with different addresses. string must be saved if mixing calls with different addresses.
\param a The address to convert \param a The address to convert
\return The address in human readable form. \return The address in human readable form.