[Libreoffice-commits] .: sw/inc

Thomas Arnhold tarnhold at kemper.freedesktop.org
Wed Feb 16 02:44:15 PST 2011


 sw/inc/swdll.hxx |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

New commits:
commit 1b56d4e9de07fcd31fc8e0d193a4124f15cda161
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Wed Feb 16 11:44:04 2011 +0100

    Use doxygen/javadoc style format for class documentation.

diff --git a/sw/inc/swdll.hxx b/sw/inc/swdll.hxx
index 39e5b2d..ee4f5d5 100644
--- a/sw/inc/swdll.hxx
+++ b/sw/inc/swdll.hxx
@@ -39,13 +39,12 @@ class StatusBar;
 
 class SwDLL
 
-/*	[Description]
-
-    This class is a wrapper for a Load-On-Demand-DLL. One instance
-    per SfxApplication will be created for the runtime of
-    SfxApplication-subclass::Main().
-
-    Remember: Do export this class! It is used by the application.
+/**
+ * This class is a wrapper for a Load-On-Demand-DLL. One instance
+ * per SfxApplication will be created for the runtime of
+ * SfxApplication-subclass::Main().
+ *
+ * Remember: Do export this class! It is used by the application.
 */
 
 {


More information about the Libreoffice-commits mailing list