cppuhelper/source/weak.cxx                      |    2 --
 include/comphelper/interfacecontainer2.hxx      |    1 -
 include/comphelper/interfacecontainer3.hxx      |    1 -
 include/comphelper/interfacecontainer4.hxx      |    1 -
 include/comphelper/multicontainer2.hxx          |    1 -
 include/comphelper/multiinterfacecontainer3.hxx |    1 -
 include/cppuhelper/interfacecontainer.h         |    1 -
 include/uno/environment.hxx                     |    4 ----
 8 files changed, 12 deletions(-)

New commits:
commit f6e6255022ac796ea1a2f81f0d949d04c24a7f9d
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Thu Dec 16 20:36:45 2021 +0100
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Fri Dec 17 08:28:45 2021 +0100

    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 <vmik...@collabora.com>

diff --git a/cppuhelper/source/weak.cxx b/cppuhelper/source/weak.cxx
index 657bf5d0c7da..0119123aed74 100644
--- a/cppuhelper/source/weak.cxx
+++ b/cppuhelper/source/weak.cxx
@@ -34,7 +34,6 @@
 using namespace osl;
 using namespace com::sun::star::uno;
 
-/** */ //for docpp
 namespace cppu
 {
 
@@ -332,7 +331,6 @@ void OWeakAggObject::setDelegator( const 
Reference<XInterface > & rDelegator )
 
 }
 
-/** */ //for docpp
 namespace com::sun::star::uno
 {
 
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
 {
 /**
diff --git a/include/cppuhelper/interfacecontainer.h 
b/include/cppuhelper/interfacecontainer.h
index 520998d4cd92..d901b2db3ccc 100644
--- a/include/cppuhelper/interfacecontainer.h
+++ b/include/cppuhelper/interfacecontainer.h
@@ -41,7 +41,6 @@
 
 namespace com { namespace sun { namespace star { namespace uno { class 
XInterface; } } } }
 
-/** */ //for docpp
 namespace cppu
 {
 
diff --git a/include/uno/environment.hxx b/include/uno/environment.hxx
index b7a31e991c8c..8a26e268d64d 100644
--- a/include/uno/environment.hxx
+++ b/include/uno/environment.hxx
@@ -33,16 +33,12 @@
 
 #include "uno/lbnames.h"
 
-/** */ //for docpp
 namespace com
 {
-/** */ //for docpp
 namespace sun
 {
-/** */ //for docpp
 namespace star
 {
-/** */ //for docpp
 namespace uno
 {
 

Reply via email to