forked from qt-creator/qt-creator
Doc: edit utils docs
Use \a for all attributes in function descriptions to avoid QDoc errors. Do not use \param, because it is not a valid QDoc command. Do not use \returns as it does not exist. Do not use \brief for functions. It is not obligatory, so rather than add them for all functions, let's consistenly leave them out. Fix typos, grammar and style issues, and punctuation. Change-Id: Ib8f296f93976265bb93dbeab40c5b47156518122 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
\brief The NetworkManager class provides a network access manager for use
|
||||
with \QC.
|
||||
|
||||
Common initialization, Qt Creator User Agent
|
||||
Common initialization, \QC User Agent.
|
||||
|
||||
Preferably, the instance returned by NetworkAccessManager::instance() should be used for the main
|
||||
thread. The constructor is provided only for multithreaded use.
|
||||
|
||||
Reference in New Issue
Block a user