diff options
author | msrijita18 <msrijita189@gmail.com> | 2021-02-01 17:17:38 +0530 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-02-02 20:56:27 +0100 |
commit | b1fb6338cf483a1fd8c4a16746c8f7c3af8cba9e (patch) | |
tree | 262100aafc7b35778c512fbd10796d6abf18bc1c /include/rtl/unload.h | |
parent | 15a02261047cc60f3e080e74697bd88127124a03 (diff) |
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 <sbergman@redhat.com>
Diffstat (limited to 'include/rtl/unload.h')
-rw-r--r-- | include/rtl/unload.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/rtl/unload.h b/include/rtl/unload.h index 6d5c90648f22..23cd2fa749b6 100644 --- a/include/rtl/unload.h +++ b/include/rtl/unload.h @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_RTL_UNLOAD_H #define INCLUDED_RTL_UNLOAD_H |