X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2FDoxyfile;h=31f06f70a52dbe33ae2f2bf8852ee956b141455b;hb=3390e252e8978ade2113a6de86ffdce18b16a187;hp=7d20d0a77050248ea8730842fc66c9f699d223df;hpb=a6587ec991589119ed540797ce97964a3013f5d9;p=platform%2Fupstream%2Farmnn.git diff --git a/docs/Doxyfile b/docs/Doxyfile index 7d20d0a..31f06f7 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -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.08 +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 ... \endif and \cond @@ -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