diff --git a/docs/doxygen/assets/customdoxygen.css b/docs/doxygen/assets/customdoxygen.css index 4e6ef063dfe..438b9cc762b 100644 --- a/docs/doxygen/assets/customdoxygen.css +++ b/docs/doxygen/assets/customdoxygen.css @@ -1,3 +1,21 @@ +/* +****************************************************************************** +Copyright 2017-2021 Intel Corporation + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +****************************************************************************** +*/ + /* CUSTOM FONTS */ /* lato-100 - latin */ @font-face { diff --git a/docs/doxygen/assets/openvino-layout.js b/docs/doxygen/assets/openvino-layout.js index 907e7f47d34..69ed6d2aeb9 100644 --- a/docs/doxygen/assets/openvino-layout.js +++ b/docs/doxygen/assets/openvino-layout.js @@ -1,3 +1,21 @@ +/* +****************************************************************************** +Copyright 2017-2021 Intel Corporation + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +****************************************************************************** +*/ + "use strict"; /** diff --git a/docs/doxygen/build_main_layout.py b/docs/doxygen/build_main_layout.py index 210d5be074b..9113569b8c1 100644 --- a/docs/doxygen/build_main_layout.py +++ b/docs/doxygen/build_main_layout.py @@ -1,3 +1,19 @@ +# ****************************************************************************** +# Copyright 2017-2021 Intel Corporation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ****************************************************************************** + import argparse import os from lxml import etree diff --git a/docs/doxygen/doxy_md_filter.py b/docs/doxygen/doxy_md_filter.py index e0c5b502cf4..80a77e14ff2 100644 --- a/docs/doxygen/doxy_md_filter.py +++ b/docs/doxygen/doxy_md_filter.py @@ -1,3 +1,19 @@ +# ****************************************************************************** +# Copyright 2017-2021 Intel Corporation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ****************************************************************************** + import os import re import glob diff --git a/docs/doxygen/footer.html.in b/docs/doxygen/footer.html.in index 2e9ebab9e8f..0cea34b411f 100644 --- a/docs/doxygen/footer.html.in +++ b/docs/doxygen/footer.html.in @@ -1,3 +1,21 @@ + + - \ No newline at end of file + diff --git a/docs/doxygen/header.html.in b/docs/doxygen/header.html.in index 40d492f1df6..b02cc5db947 100644 --- a/docs/doxygen/header.html.in +++ b/docs/doxygen/header.html.in @@ -1,3 +1,21 @@ + + diff --git a/docs/doxygen/ie_c_api.config b/docs/doxygen/ie_c_api.config index 7fd3a16cd6f..a7050a57d0f 100644 --- a/docs/doxygen/ie_c_api.config +++ b/docs/doxygen/ie_c_api.config @@ -1,3 +1,18 @@ +# Doxyfile 1.8.18 + +# This file describes the settings to be used by the documentation system +# doxygen (www.doxygen.org) for a project. +# +# All text after a double hash (##) is considered a comment and is placed in +# front of the TAG it is preceding. +# +# All text after a single hash (#) is considered a comment and will be ignored. +# The format is: +# TAG = value [value, ...] +# For lists, items can also be appended using: +# TAG += value [value, ...] +# Values that contain spaces should be placed between quotes (\" \"). + @INCLUDE = "@IE_CONFIG_BUILD@" EXCLUDE_SYMBOLS = INFERENCE_ENGINE_C_API_EXTERN \ diff --git a/docs/doxygen/ie_c_api.xml b/docs/doxygen/ie_c_api.xml index 7b1866f9908..8045df95de6 100644 --- a/docs/doxygen/ie_c_api.xml +++ b/docs/doxygen/ie_c_api.xml @@ -1,3 +1,21 @@ + + diff --git a/docs/doxygen/ie_docs.xml b/docs/doxygen/ie_docs.xml index 0bb7de6a92e..a6b2dcb47cf 100644 --- a/docs/doxygen/ie_docs.xml +++ b/docs/doxygen/ie_docs.xml @@ -1,3 +1,21 @@ + + diff --git a/docs/doxygen/ie_plugin_api.config b/docs/doxygen/ie_plugin_api.config index 8616fe1fcc2..7f97edbaa27 100644 --- a/docs/doxygen/ie_plugin_api.config +++ b/docs/doxygen/ie_plugin_api.config @@ -1,3 +1,18 @@ +# Doxyfile 1.8.18 + +# This file describes the settings to be used by the documentation system +# doxygen (www.doxygen.org) for a project. +# +# All text after a double hash (##) is considered a comment and is placed in +# front of the TAG it is preceding. +# +# All text after a single hash (#) is considered a comment and will be ignored. +# The format is: +# TAG = value [value, ...] +# For lists, items can also be appended using: +# TAG += value [value, ...] +# Values that contain spaces should be placed between quotes (\" \"). + @INCLUDE = "@IE_CONFIG_BUILD@" LAYOUT_FILE = "@PLUGIN_LAYOUT_BUILD@" diff --git a/docs/doxygen/ie_plugin_api.xml b/docs/doxygen/ie_plugin_api.xml index d7617c9a94b..3bd60bb49c9 100644 --- a/docs/doxygen/ie_plugin_api.xml +++ b/docs/doxygen/ie_plugin_api.xml @@ -1,3 +1,21 @@ + + diff --git a/docs/doxygen/ie_py_api.config b/docs/doxygen/ie_py_api.config index a361eca7a13..cfae70036f5 100644 --- a/docs/doxygen/ie_py_api.config +++ b/docs/doxygen/ie_py_api.config @@ -1,3 +1,18 @@ +# Doxyfile 1.8.18 + +# This file describes the settings to be used by the documentation system +# doxygen (www.doxygen.org) for a project. +# +# All text after a double hash (##) is considered a comment and is placed in +# front of the TAG it is preceding. +# +# All text after a single hash (#) is considered a comment and will be ignored. +# The format is: +# TAG = value [value, ...] +# For lists, items can also be appended using: +# TAG += value [value, ...] +# Values that contain spaces should be placed between quotes (\" \"). + @INCLUDE = "@IE_CONFIG_BUILD@" EXCLUDE_SYMBOLS = ie_api::BlobBuffer \ diff --git a/docs/doxygen/ie_py_api.xml b/docs/doxygen/ie_py_api.xml index 1bf91bbbe0d..8c9fa0fa9c4 100644 --- a/docs/doxygen/ie_py_api.xml +++ b/docs/doxygen/ie_py_api.xml @@ -1,3 +1,21 @@ + + diff --git a/docs/doxygen/log.py b/docs/doxygen/log.py index c82d6642af5..0f026f96d7b 100644 --- a/docs/doxygen/log.py +++ b/docs/doxygen/log.py @@ -1,3 +1,19 @@ +# ****************************************************************************** +# Copyright 2017-2021 Intel Corporation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ****************************************************************************** + import argparse import os import re diff --git a/docs/doxygen/ngraph_cpp_api.config b/docs/doxygen/ngraph_cpp_api.config index 498a9d9269b..e289689d315 100644 --- a/docs/doxygen/ngraph_cpp_api.config +++ b/docs/doxygen/ngraph_cpp_api.config @@ -1,3 +1,18 @@ +# Doxyfile 1.8.18 + +# This file describes the settings to be used by the documentation system +# doxygen (www.doxygen.org) for a project. +# +# All text after a double hash (##) is considered a comment and is placed in +# front of the TAG it is preceding. +# +# All text after a single hash (#) is considered a comment and will be ignored. +# The format is: +# TAG = value [value, ...] +# For lists, items can also be appended using: +# TAG += value [value, ...] +# Values that contain spaces should be placed between quotes (\" \"). + @INCLUDE = "@IE_CONFIG_BUILD@" EXCLUDE_SYMBOLS = diff --git a/docs/doxygen/ngraph_cpp_api.xml b/docs/doxygen/ngraph_cpp_api.xml index ec1b5ecdf3a..10c16fefeb7 100644 --- a/docs/doxygen/ngraph_cpp_api.xml +++ b/docs/doxygen/ngraph_cpp_api.xml @@ -1,3 +1,21 @@ + + diff --git a/docs/doxygen/ngraph_py_api.config b/docs/doxygen/ngraph_py_api.config index b82b722472d..321b514d5c6 100644 --- a/docs/doxygen/ngraph_py_api.config +++ b/docs/doxygen/ngraph_py_api.config @@ -1,3 +1,18 @@ +# Doxyfile 1.8.18 + +# This file describes the settings to be used by the documentation system +# doxygen (www.doxygen.org) for a project. +# +# All text after a double hash (##) is considered a comment and is placed in +# front of the TAG it is preceding. +# +# All text after a single hash (#) is considered a comment and will be ignored. +# The format is: +# TAG = value [value, ...] +# For lists, items can also be appended using: +# TAG += value [value, ...] +# Values that contain spaces should be placed between quotes (\" \"). + @INCLUDE = "@IE_CONFIG_BUILD@" PREDEFINED = diff --git a/docs/doxygen/ngraph_py_api.xml b/docs/doxygen/ngraph_py_api.xml index a7e3cd03dad..331aeabfba7 100644 --- a/docs/doxygen/ngraph_py_api.xml +++ b/docs/doxygen/ngraph_py_api.xml @@ -1,3 +1,21 @@ + + diff --git a/docs/doxygen/openvino_docs.xml b/docs/doxygen/openvino_docs.xml index 20f383d2bf2..299855a52d0 100644 --- a/docs/doxygen/openvino_docs.xml +++ b/docs/doxygen/openvino_docs.xml @@ -1,3 +1,21 @@ + + diff --git a/docs/doxygen/pyx_filter.py b/docs/doxygen/pyx_filter.py index 7e64a16079c..52e34061d9b 100644 --- a/docs/doxygen/pyx_filter.py +++ b/docs/doxygen/pyx_filter.py @@ -1,3 +1,19 @@ +# ****************************************************************************** +# Copyright 2017-2021 Intel Corporation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ****************************************************************************** + import re import argparse