summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2019-11-19 20:11:39 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-11-19 21:09:50 +0100
commit77d301f5e40e4f0fb4a127b8b6361a0fb1b1dbd9 (patch)
tree8b343575044c15db7a3106d3fbba820c1e031f5c /include
parentfa1fa095039f0d4acdab6cf689a6637cb3019054 (diff)
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 <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r--include/osl/file.h1
-rw-r--r--include/osl/file.hxx2
2 files changed, 0 insertions, 3 deletions
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