IVGCVSW-5694 Update Major, Minor release versions
[platform/upstream/armnn.git] / docs / Doxyfile
index 67a8eeb..31f06f7 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         = 21.02
 
 # 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
@@ -665,7 +665,7 @@ GENERATE_BUGLIST       = YES
 # the documentation.
 # The default value is: YES.
 
-GENERATE_DEPRECATEDLIST= YES
+GENERATE_DEPRECATEDLIST= NO
 
 # The ENABLED_SECTIONS tag can be used to enable conditional documentation
 # sections, marked by \if <section_label> ... \endif and \cond <section_label>
@@ -813,16 +813,34 @@ WARN_LOGFILE           =
 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
 # Note: If this tag is empty the current directory is searched.
 
-INPUT                  = ./docs/00_introduction.dox \
-                         ./docs/01_parsers.dox \
-                         ./docs/02_deserializer_serializer.dox \
-                         ./docs/03_converter_quantizer.dox \
-                         ./docs/04_backends.dox \
-                         ./docs/05_other_tools.dox \
+INPUT                  = ./docs/01_00_software_tools.dox \
+                         ./docs/01_01_parsers.dox \
+                         ./docs/01_03_delegate.dox \
+                         ./docs/01_02_deserializer_serializer.dox \
+                         ./docs/02_build_guides.dox \
+                         ./docs/03_use_guides.dox \
+                         ./docs/04_contributor.dox \
+                         ./docs/FAQ.md \
+                         ./tests/ImageCSVFileGenerator/README.md \
+                         ./tests/ImageTensorGenerator/README.md \
+                         ./tests/ModelAccuracyTool-Armnn/README.md \
+                         ./python/pyarmnn/README.md \
                          ./include/ \
                          ./src/ \
+                         ./src/armnnQuantizer/README.md \
+                         ./src/armnnConverter/README.md \
+                         ./src/backends/README.md \
+                         ./src/dynamic/README.md \
                          ./tests/ \
-                         ./docs/
+                         ./delegate/include \
+                         ./delegate/src/armnn_external_delegate.cpp \
+                         ./delegate/BuildGuideNative.md \
+                         ./delegate/IntegrateDelegateIntoPython.md \
+                         ./README.md \
+                         ./InstallationViaAptRepository.md \
+                         ./ContributorGuide.md \
+                         ./BuildGuideAndroidNDK.md \
+                         ./BuildGuideCrossCompilation.md
 
 # 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
@@ -958,7 +976,7 @@ EXAMPLE_RECURSIVE      = NO
 # that contain images that are to be included in the documentation (see the
 # \image command).
 
-IMAGE_PATH             =
+IMAGE_PATH             = python/pyarmnn/
 
 # The INPUT_FILTER tag can be used to specify a program that doxygen should
 # invoke to filter for each input file. Doxygen will invoke the filter program
@@ -1014,7 +1032,7 @@ FILTER_SOURCE_PATTERNS =
 # (index.html). This can be useful if you have a project on for instance GitHub
 # and want to reuse the introduction page also for the doxygen output.
 
-USE_MDFILE_AS_MAINPAGE =
+USE_MDFILE_AS_MAINPAGE = ./README.md
 
 #---------------------------------------------------------------------------
 # Configuration options related to source browsing