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

List:       kde-commits
Subject:    koffice/libs
From:       Thomas Zander <zander () kde ! org>
Date:       2006-06-11 22:12:11
Message-ID: 1150063931.339346.23807.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 550479 by zander:

API Docs fixes


 M  +2 -5      kofficecore/KoDocument.h  
 M  +1 -1      kofficecore/KoPictureKey.h  
 M  +1 -1      kofficecore/KoPictureWmf.h  
 M  +1 -2      kofficecore/KoView.h  
 M  +1 -1      kotext/KoBgSpellCheck.cpp  
 M  +1 -1      kotext/KoSpell.cpp  
 M  +1 -1      kotext/KoTextFormat.h  


--- trunk/koffice/libs/kofficecore/KoDocument.h #550478:550479
@@ -78,11 +78,8 @@
      * @param parentWidget the parent widget, in case we create a wrapper widget
      *        (in single view mode).
      *        Usually the first argument passed by KParts::Factory::createPart.
-     * @param widgetName name of the widget.
      * @param parent may be another KoDocument, or anything else.
      *        Usually the third argument of KParts::Factory::createPart.
-     * @param name is used to identify this document via DCOP so you may want to
-     *        pass a meaningful name here which matches the pattern \
                [A-Za-z_][A-Za-z_0-9]*.
      * @param singleViewMode determines whether the document may only have one view. \
                In this case
      *        the @p parent must be a QWidget derived class. KoDocument will then \
                create a wrapper widget
      *        (KoViewWrapperWidget) which is a child of @p parentWidget.
@@ -963,13 +960,13 @@
 protected slots:
     /**
      * This slot loads an existing file and deletes the start up widget.
-     * @param file the file to load (including path)
+     * @param url the file to load
      * @since 1.5
      */
     virtual void openExistingFile( const KUrl& url );
     /**
      * This slot loads a template and deletes the start up widget.
-     * @param file the template to load
+     * @param url the template to load
      * @since 1.5
      */
     virtual void openTemplate( const KUrl& url );
--- trunk/koffice/libs/kofficecore/KoPictureKey.h #550478:550479
@@ -24,7 +24,7 @@
 #include <QDateTime>
 #include <koffice_export.h>
 /**
- * \file koPictureKey.h
+ * \file KoPictureKey.h
  * \todo correct documentation (for example: sed "s/image/picture/g")
  */
 
--- trunk/koffice/libs/kofficecore/KoPictureWmf.h #550478:550479
@@ -30,7 +30,7 @@
 class QSize;
 
 /**
- * \file koPictureWmf.h
+ * \file KoPictureWmf.h
  * \todo fix documentation
  */
 
--- trunk/koffice/libs/kofficecore/KoView.h #550478:550479
@@ -38,7 +38,6 @@
 class KMainWindow;
 class KoViewPrivate;
 class KoViewChild;
-class KoFrame;
 class KStatusBar;
 class KInstance;
 class KPrinter;
@@ -134,7 +133,7 @@
    * and a right and bottom border is used to display scrollbars. If the view
    * becomes inactive, then this stuff is not displayed anymore.
    *
-   * @ref KoFrame uses this border information. If an embedded document becomes \
active +   * KoFrame uses this border information. If an embedded document becomes \
                active
    * then it is resized so that it has enough space to display the borders and to
    * display the same content as before the activation.
    * So if for example all of your borders are 20 pixels, then activating the \
                embedded
--- trunk/koffice/libs/kotext/KoBgSpellCheck.cpp #550478:550479
@@ -59,7 +59,7 @@
 
 static const int delayAfterMarked = 10;
 
-KoBgSpellCheck::KoBgSpellCheck( const Broker::Ptr& broker, QObject *parent,
+KoBgSpellCheck::KoBgSpellCheck( const KSpell2::Broker::Ptr& broker, QObject *parent,
                                 const char *name )
     : QObject( parent, name )
 {
--- trunk/koffice/libs/kotext/KoSpell.cpp #550478:550479
@@ -49,7 +49,7 @@
     KoTextDocument *lastTxtDocument;
 };
 
-KoSpell::KoSpell( const Broker::Ptr& broker,  QObject *parent,
+KoSpell::KoSpell( const KSpell2::Broker::Ptr& broker,  QObject *parent,
                   const char* /*name*/ )
     : BackgroundChecker( broker, parent )
 {
--- trunk/koffice/libs/kotext/KoTextFormat.h #550478:550479
@@ -356,7 +356,7 @@
     /// Load a text format from OASIS XML
     void load( KoOasisContext& context );
     /// Save a text format to OASIS XML
-    /// Only saves what differs from @refFormat, if set.
+    /// Only saves what differs from refFormat, if set.
     void save( KoGenStyle& gs, KoSavingContext& context, KoTextFormat * refFormat = \
0 ) const;  
 #ifndef NDEBUG


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

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