Documentation updates (#3399)

* Added ie_docs dependency on ngraph_cpp_api because of tag files

* Fixed tags files for Plugin API
This commit is contained in:
Ilya Lavrenov
2020-11-30 06:54:13 +03:00
committed by GitHub
parent 083302dfb6
commit b676765dbc
3 changed files with 4 additions and 4 deletions

View File

@@ -184,7 +184,7 @@ function(build_docs)
# IE dev guide and C++ API
add_custom_target(ie_docs
DEPENDS preprocess_docs
DEPENDS ngraph_cpp_api preprocess_docs
COMMAND ${DOXYGEN_EXECUTABLE} ${IE_CONFIG_BUILD}
WORKING_DIRECTORY ${DOCS_BUILD_DIR}
VERBATIM)