From f6e6255022ac796ea1a2f81f0d949d04c24a7f9d Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 16 Dec 2021 20:36:45 +0100 Subject: 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 --- include/uno/environment.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/uno') 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 { -- cgit