Doc: define target voor function qsnprintf()

Task-number: QTBUG-43537
Change-Id: I76c511891a1a07eca77da399d23097e76047f824
Reviewed-by: Martin Smith <martin.smith@digia.com>
This commit is contained in:
Nico Vertriest 2014-12-23 13:39:24 +01:00
parent 24238e6a31
commit 871560d45c

View File

@ -97,6 +97,7 @@ int qvsnprintf(char *str, size_t n, const char *fmt, va_list ap)
#endif #endif
/*! /*!
\target bytearray-qsnprintf
\relates QByteArray \relates QByteArray
A portable snprintf() function, calls qvsnprintf. A portable snprintf() function, calls qvsnprintf.