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 e0f40f9
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ To add your custom operation, create a new class that extends ``ov::Op``, which

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

.. doxygensnippet:: src/core/template_extension/identity.hpp
:language: cpp
:fragment: [op:common_include]
Expand All @@ -43,6 +44,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 +81,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 +102,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 +123,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 e0f40f9

Please sign in to comment.