summaryrefslogtreecommitdiffstats
path: root/TEMPLATE.SOURCECODE.HEADER
diff options
context:
space:
mode:
authormsrijita18 <msrijita189@gmail.com>2021-01-26 17:06:38 +0530
committerMike Kaganski <mike.kaganski@collabora.com>2021-01-27 07:19:42 +0100
commite58d2561f93271879252c2d0eda6cf1a08ef9848 (patch)
tree7f754a21fa04935769dd5891a56ac9877b2986e4 /TEMPLATE.SOURCECODE.HEADER
parentRemoved duplicated includes (diff)
downloadcore-e58d2561f93271879252c2d0eda6cf1a08ef9848.tar.gz
core-e58d2561f93271879252c2d0eda6cf1a08ef9848.zip
tdf#130978 Add a comment to each published API
Added comment to TEMPLATE.SOURCECODE.HEADER to document published API header files Change-Id: I28675d53a5aa7f0a01275273b3d95b2209f2ba0e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109945 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'TEMPLATE.SOURCECODE.HEADER')
-rw-r--r--TEMPLATE.SOURCECODE.HEADER15
1 files changed, 15 insertions, 0 deletions
diff --git a/TEMPLATE.SOURCECODE.HEADER b/TEMPLATE.SOURCECODE.HEADER
index dd0f99a72f45..1f03059360b1 100644
--- a/TEMPLATE.SOURCECODE.HEADER
+++ b/TEMPLATE.SOURCECODE.HEADER
@@ -153,3 +153,18 @@ For XML / .component:
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
+
+
+------------------------------------------------------------------------
+
+ For source headers which are part of
+ LibreOffice published API:
+
+------------------------------------------------------------------------
+
+In published API header files:
+
+/*
+ * This file is part of LibreOffice project published API
+ */
+...