From b1fb6338cf483a1fd8c4a16746c8f7c3af8cba9e Mon Sep 17 00:00:00 2001 From: msrijita18 Date: Mon, 1 Feb 2021 17:17:38 +0530 Subject: tdf#130978 Added comment to all published API Change-Id: I744788bde9778f85ccd9d7667e19d16842900a29 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110248 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- include/sal/alloca.h | 4 ++++ include/sal/config.h | 4 ++++ include/sal/detail/log.h | 4 ++++ include/sal/log.hxx | 4 ++++ include/sal/macros.h | 4 ++++ include/sal/main.h | 4 ++++ include/sal/mathconf.h | 4 ++++ include/sal/saldllapi.h | 4 ++++ include/sal/types.h | 4 ++++ 9 files changed, 36 insertions(+) (limited to 'include/sal') diff --git a/include/sal/alloca.h b/include/sal/alloca.h index bb4c3e0e0c05..a8edc5af2872 100644 --- a/include/sal/alloca.h +++ b/include/sal/alloca.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_SAL_ALLOCA_H #define INCLUDED_SAL_ALLOCA_H diff --git a/include/sal/config.h b/include/sal/config.h index f8504b3c1129..74d482fc7631 100644 --- a/include/sal/config.h +++ b/include/sal/config.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_SAL_CONFIG_H #define INCLUDED_SAL_CONFIG_H diff --git a/include/sal/detail/log.h b/include/sal/detail/log.h index 3062f47b5952..f68512d16666 100644 --- a/include/sal/detail/log.h +++ b/include/sal/detail/log.h @@ -7,6 +7,10 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_SAL_DETAIL_LOG_H #define INCLUDED_SAL_DETAIL_LOG_H diff --git a/include/sal/log.hxx b/include/sal/log.hxx index 6bb0d1b43d3d..6f9da7671b03 100644 --- a/include/sal/log.hxx +++ b/include/sal/log.hxx @@ -7,6 +7,10 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_SAL_LOG_HXX #define INCLUDED_SAL_LOG_HXX diff --git a/include/sal/macros.h b/include/sal/macros.h index 9adb60bfbcdd..2705fa63f4e0 100644 --- a/include/sal/macros.h +++ b/include/sal/macros.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_SAL_MACROS_H #define INCLUDED_SAL_MACROS_H diff --git a/include/sal/main.h b/include/sal/main.h index 5b54ea40d1de..7d10988c6f10 100644 --- a/include/sal/main.h +++ b/include/sal/main.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_SAL_MAIN_H #define INCLUDED_SAL_MAIN_H diff --git a/include/sal/mathconf.h b/include/sal/mathconf.h index ab6a4807b59f..3f8e98937d3c 100644 --- a/include/sal/mathconf.h +++ b/include/sal/mathconf.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_SAL_MATHCONF_H #define INCLUDED_SAL_MATHCONF_H diff --git a/include/sal/saldllapi.h b/include/sal/saldllapi.h index b9c3250f52c3..d5ec89e67741 100644 --- a/include/sal/saldllapi.h +++ b/include/sal/saldllapi.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_SAL_SALDLLAPI_H #define INCLUDED_SAL_SALDLLAPI_H diff --git a/include/sal/types.h b/include/sal/types.h index 5f6dc0b1b9d5..4f6f1ba0e817 100644 --- a/include/sal/types.h +++ b/include/sal/types.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_SAL_TYPES_H #define INCLUDED_SAL_TYPES_H -- cgit