diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2021-12-16 20:36:45 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2021-12-17 08:28:45 +0100 |
commit | f6e6255022ac796ea1a2f81f0d949d04c24a7f9d (patch) | |
tree | 5a8debace3afdd29ed0fc10e24041a194a37ae13 /include/comphelper | |
parent | b37f9fbf05e16eb58eae40c6d900a4b9da2972db (diff) |
Remove empty docpp doxygen comments around namespaces
I assume this was originally added to work around some broken doc
generator, but we don't enforce comments for namespaces today, so this
is no longer needed.
Change-Id: Ia2311658516be84b26ae69e09362af560d793a7f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126963
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/comphelper')
-rw-r--r-- | include/comphelper/interfacecontainer2.hxx | 1 | ||||
-rw-r--r-- | include/comphelper/interfacecontainer3.hxx | 1 | ||||
-rw-r--r-- | include/comphelper/interfacecontainer4.hxx | 1 | ||||
-rw-r--r-- | include/comphelper/multicontainer2.hxx | 1 | ||||
-rw-r--r-- | include/comphelper/multiinterfacecontainer3.hxx | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/include/comphelper/interfacecontainer2.hxx b/include/comphelper/interfacecontainer2.hxx index 286a5f2cb876..3df7c71d49d8 100644 --- a/include/comphelper/interfacecontainer2.hxx +++ b/include/comphelper/interfacecontainer2.hxx @@ -31,7 +31,6 @@ namespace com::sun::star::uno { class XInterface; } namespace osl { class Mutex; } -/** */ //for docpp namespace comphelper { diff --git a/include/comphelper/interfacecontainer3.hxx b/include/comphelper/interfacecontainer3.hxx index 5dc5fb66aa6d..27008f064e8c 100644 --- a/include/comphelper/interfacecontainer3.hxx +++ b/include/comphelper/interfacecontainer3.hxx @@ -34,7 +34,6 @@ namespace osl class Mutex; } -/** */ //for docpp namespace comphelper { template <class ListenerT> class OInterfaceContainerHelper3; diff --git a/include/comphelper/interfacecontainer4.hxx b/include/comphelper/interfacecontainer4.hxx index c81aa6b3afbd..04fafeadc0fd 100644 --- a/include/comphelper/interfacecontainer4.hxx +++ b/include/comphelper/interfacecontainer4.hxx @@ -31,7 +31,6 @@ namespace com::sun::star::uno class XInterface; } -/** */ //for docpp namespace comphelper { template <class ListenerT> class OInterfaceContainerHelper4; diff --git a/include/comphelper/multicontainer2.hxx b/include/comphelper/multicontainer2.hxx index d0963fa1d89c..91875b6689f3 100644 --- a/include/comphelper/multicontainer2.hxx +++ b/include/comphelper/multicontainer2.hxx @@ -34,7 +34,6 @@ namespace com::sun::star::uno class XInterface; } -/** */ //for docpp namespace comphelper { /** This is a copy of cppu::OMultiTypeInterfaceContainerHelper2 in include/cppuhelper/interfacecontainer.h, diff --git a/include/comphelper/multiinterfacecontainer3.hxx b/include/comphelper/multiinterfacecontainer3.hxx index d11684f417f7..87199885e71e 100644 --- a/include/comphelper/multiinterfacecontainer3.hxx +++ b/include/comphelper/multiinterfacecontainer3.hxx @@ -30,7 +30,6 @@ namespace osl class Mutex; } -/** */ //for docpp namespace comphelper { /** |