CVS commit by luis_pedro: Apidocs fixes: - finish sentence - according to the code, keep can be null, so document it - use the correct names Accepted/Rejected M +2 -2 passdlg.h 1.33 --- kdelibs/kio/kio/passdlg.h #1.32:1.33 @@ -132,5 +132,5 @@ public: * @param user username * @param pass password - * @param keep pointer to flag that indicates + * @param keep pointer to flag that indicates whether to keep password (can be null) * @param prompt text to display to user. * @param readOnly make the username field read-only. @@ -139,5 +139,5 @@ public: * @param label optinal label for extra comment. * - * @return Accept/Reject based on the user choice. + * @return Accepted/Rejected based on the user choice. */ static int getNameAndPassword( QString& user, QString& pass, bool* keep,