summaryrefslogtreecommitdiff
path: root/sw/inc/swdll.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-16 11:44:04 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-16 11:44:14 +0100
commitb3ca595628530c27d133633ee9fe86acb993ab92 (patch)
tree0430c1bcf382cec79d70fe31d6949c2e6d233526 /sw/inc/swdll.hxx
parent396d679b60fe2c996ff040218814f54684703313 (diff)
Use doxygen/javadoc style format for class documentation.
Diffstat (limited to 'sw/inc/swdll.hxx')
-rw-r--r--sw/inc/swdll.hxx13
1 files changed, 6 insertions, 7 deletions
diff --git a/sw/inc/swdll.hxx b/sw/inc/swdll.hxx
index a6b06c5ed50c..503aedfe6559 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.
*/
{