From 77d301f5e40e4f0fb4a127b8b6361a0fb1b1dbd9 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Tue, 19 Nov 2019 20:11:39 +0100 Subject: Fix multiple documentation sections (osl) Fix these warnings: Line 45: /cygdrive/c/BLP/core/instdir/sdk/include/osl/file.h:1308: warning: return value 'osl_File_E_LOOP' of osl_removeFile has multiple documentation sections Line 49: /cygdrive/c/BLP/core/instdir/sdk/include/osl/file.hxx:1893: warning: return value 'E_BUSY' of osl::Directory::remove has multiple documentation sections Line 50: /cygdrive/c/BLP/core/instdir/sdk/include/osl/file.hxx:1361: warning: return value 'E_LOOP' of osl::File::remove has multiple documentation sections Change-Id: Id82280efd9c6d1e33df966159dbef677839f6083 Reviewed-on: https://gerrit.libreoffice.org/83229 Tested-by: Jenkins Reviewed-by: Julien Nabet --- include/osl/file.h | 1 - include/osl/file.hxx | 2 -- 2 files changed, 3 deletions(-) (limited to 'include') diff --git a/include/osl/file.h b/include/osl/file.h index c9b917c6e204..c57a1226dc69 100644 --- a/include/osl/file.h +++ b/include/osl/file.h @@ -1298,7 +1298,6 @@ SAL_DLLPUBLIC oslFileError SAL_CALL osl_createDirectoryPath( @retval osl_File_E_IO on I/O errors @retval osl_File_E_BUSY device or resource busy @retval osl_File_E_INTR function call was interrupted - @retval osl_File_E_LOOP too many symbolic links encountered @retval osl_File_E_MULTIHOP multihop attempted @retval osl_File_E_NOLINK link has been severed @retval osl_File_E_TXTBSY text file busy diff --git a/include/osl/file.hxx b/include/osl/file.hxx index 824cb7a3e904..f5fdb2ee1f53 100644 --- a/include/osl/file.hxx +++ b/include/osl/file.hxx @@ -1350,7 +1350,6 @@ public: @retval E_IO on I/O errors @retval E_BUSY device or resource busy @retval E_INTR function call was interrupted - @retval E_LOOP too many symbolic links encountered @retval E_MULTIHOP multihop attempted @retval E_NOLINK link has been severed @retval E_TXTBSY text file busy @@ -1881,7 +1880,6 @@ public: @retval E_BUSY device or resource busy @retval E_ROFS read-only file system @retval E_LOOP too many symbolic links encountered - @retval E_BUSY device or resource busy @retval E_EXIST file exists @retval E_IO on I/O errors @retval E_MULTIHOP multihop attempted -- cgit