[Nepomuk] [PATCH] resource: add missing "\since" tags to apidocs

Edward Toroshchin edward.hades at gmail.com
Sun Jan 27 14:04:48 UTC 2013


From: Edward Toroshchin <kde at hades.name>

---
 libnepomukcore/resource/resource.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/libnepomukcore/resource/resource.h b/libnepomukcore/resource/resource.h
index 5d99952..4570e75 100644
--- a/libnepomukcore/resource/resource.h
+++ b/libnepomukcore/resource/resource.h
@@ -441,6 +441,8 @@ namespace Nepomuk2 {
          * For now this is a simple string which can either be the path to
          * an actual pixmap file or just the name of an icon as defined by
          * the freedesktop.org standard.
+         *
+         * \since 4.10
          */
         QStringList symbols() const;
 
@@ -449,6 +451,8 @@ namespace Nepomuk2 {
          * For now this is a simple string which can either be the path to
          * an actual pixmap file or just the name of an icon as defined by
          * the freedesktop.org standard.
+         *
+         * \since 4.10
          */
         void setSymbols( const QStringList& value );
 
@@ -457,6 +461,8 @@ namespace Nepomuk2 {
          * assigned. For now this is a simple string which can either be
          * the path to an actual pixmap file or just the name of an icon as
          * defined by the freedesktop.org standard.
+         *
+         * \since 4.10
          */
         void addSymbol( const QString& value );
 
-- 
1.7.12.4



More information about the Nepomuk mailing list