Skip to content

Commit

Permalink
try to fix doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
akuporos committed Jul 18, 2024
1 parent 5b7f90e commit 073084e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Follow the steps below to add a custom operation:

.. tab-item:: C++
:sync: cpp

.. doxygensnippet:: src/core/template_extension/identity.hpp
:language: cpp
:fragment: [op:header]
Expand Down Expand Up @@ -79,6 +80,7 @@ OpenVINO™ operation contains two constructors:

.. tab-item:: C++
:sync: cpp

.. doxygensnippet:: src/core/template_extension/identity.cpp
:language: cpp
:fragment: [op:ctor]
Expand All @@ -99,6 +101,7 @@ OpenVINO™ operation contains two constructors:

.. tab-item:: C++
:sync: cpp

.. doxygensnippet:: src/core/template_extension/identity.cpp
:language: cpp
:fragment: [op:validate]
Expand All @@ -119,6 +122,7 @@ OpenVINO™ operation contains two constructors:

.. tab-item:: C++
:sync: cpp

.. doxygensnippet:: src/core/template_extension/identity.cpp
:language: cpp
:fragment: [op:copy]
Expand Down

0 comments on commit 073084e

Please sign in to comment.