From f28d0d8ae83b7a9882c5f2d5c4a2e651bbe3597e Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Thu, 18 Jan 2018 14:04:41 +0100 Subject: doc: Add documentation for swap() functions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The functions had been added without documentation. This update adds the documentation. Change-Id: Ib29e9356b26c248b5fcc9f13ecf77371fbae054a Reviewed-by: Topi Reiniƶ --- src/xml/sax/qxml.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/xml/sax/qxml.cpp') diff --git a/src/xml/sax/qxml.cpp b/src/xml/sax/qxml.cpp index 8615d9b10c..b781176e13 100644 --- a/src/xml/sax/qxml.cpp +++ b/src/xml/sax/qxml.cpp @@ -776,6 +776,11 @@ QXmlAttributes::~QXmlAttributes() { } +/*! + \fn void QXmlAttributes::swap(QXmlAttributes &other) + + Swaps \c this with \a other. + */ /*! Looks up the index of an attribute by the qualified name \a qName. -- cgit v1.2.3