IVGCVSW-5571 Expose the TfLite Delegate to the TfLite python API
[platform/upstream/armnn.git] / docs / Doxyfile
index 67a8eeb..ee75769 100644 (file)
@@ -61,7 +61,7 @@ PROJECT_NAME           = "ArmNN"
 # could be handy for archiving the generated documentation or if some version
 # control system is used.
 
-PROJECT_NUMBER         = 20.02
+PROJECT_NUMBER         = 20.11
 
 # Using the PROJECT_BRIEF tag one can provide an optional one line description
 # for a project that appears at the top of each page and should give viewer a
@@ -822,7 +822,9 @@ INPUT                  = ./docs/00_introduction.dox \
                          ./include/ \
                          ./src/ \
                          ./tests/ \
-                         ./docs/
+                         ./docs/ \
+                         ./delegate/include \
+                         ./delegate/src/armnn_external_delegate.cpp
 
 # This tag can be used to specify the character encoding of the source files
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses