diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-02-14 16:02:43 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-02-14 16:03:26 -0500 |
commit | 9d324821f55c7a873f800bca577fcf44443dd9d6 (patch) | |
tree | 82412f75f4e60e47ed24aa0f3a88de1ead07181c /sc/inc/scdll.hxx | |
parent | a0c0c3a942f8e799e4568a2bf10200835b3b11d3 (diff) |
Use doxygen/javadoc style format for class documentation.
Diffstat (limited to 'sc/inc/scdll.hxx')
-rw-r--r-- | sc/inc/scdll.hxx | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/sc/inc/scdll.hxx b/sc/inc/scdll.hxx index 5691dc0b8fb9..bef12d4791cc 100644 --- a/sc/inc/scdll.hxx +++ b/sc/inc/scdll.hxx @@ -40,19 +40,14 @@ class SfxFilter; #include <sfx2/module.hxx> #include <sfx2/docfac.hxx> -//------------------------------------------------------------------------- - +/** + * 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. + */ class ScDLL - -/* [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. -*/ - { public: // Ctor/Dtor must be linked to the application |