[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepim/akregator/src
From:       Allen Winter <winterz () verizon ! net>
Date:       2005-07-04 23:58:35
Message-ID: 1120521515.389854.22409.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 431692 by winterz:

minor for doxygen.


 M  +1 -1      tag.h  
 M  +4 -4      tagset.h  


--- trunk/KDE/kdepim/akregator/src/tag.h #431691:431692
@@ -43,7 +43,7 @@
     
     public:
 
-    /** creates a tag with given id and name. If name is QString::null, the id is \
used as name. If id is QString::null, the object is considered as NULL object (@see \
isNull())*/ +    /** creates a tag with given id and name. If name is QString::null, \
the id is used as name. If id is QString::null, the object is considered as NULL \
object (see isNull())*/  Tag(const QString& id, const QString& name=QString::null);
 
     /** creates a null tag (isNull() is @c true) */
--- trunk/KDE/kdepim/akregator/src/tagset.h #431691:431692
@@ -36,7 +36,7 @@
 
 class Tag;
 
-/** \brief represents a set of tags (@see Tag)
+/** \brief represents a set of tags (see Tag)
     In an application, there is usually one central tag set that is used.
     The tag set is not necessarily managed by the application itself, it might also \
                be part of 
     a desktop-wide framework (like Tenor) managing a common tag set for all \
applications  @@ -53,10 +53,10 @@
         TagSet(QObject* parent=0);
         virtual ~TagSet();
 
-        /** adds a tag to the tag set. The tag set will emit @see signalTagAdded */
+        /** adds a tag to the tag set. The tag set will emit signalTagAdded */
         void insert(const Tag& tag);
 
-        /** removes a tag from the tag set. The tag set will emit @see \
signalTagRemoved */ +        /** removes a tag from the tag set. The tag set will \
emit signalTagRemoved */  void remove(const Tag& tag);
 
         /** returns the tag set as map ((id, Tag) pairs) */
@@ -69,7 +69,7 @@
         Tag findByID(const QString& id) const;
 
         /** reads tag set from XML
-            see @see toXML() for an explanation of the format */
+            see toXML() for an explanation of the format */
         void readFromXML(const QDomDocument& doc);
 
         /** returns an XML representation of the tag set. 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic