X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2FDoxyfile;h=31f06f70a52dbe33ae2f2bf8852ee956b141455b;hb=3390e252e8978ade2113a6de86ffdce18b16a187;hp=a8a5b5cf1362876aa0c42e767f4f686778ce40ce;hpb=84f41eb74765bd93307f3c6b334354c486dc746d;p=platform%2Fupstream%2Farmnn.git diff --git a/docs/Doxyfile b/docs/Doxyfile index a8a5b5c..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.11 +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 @@ -820,14 +820,15 @@ INPUT = ./docs/01_00_software_tools.dox \ ./docs/02_build_guides.dox \ ./docs/03_use_guides.dox \ ./docs/04_contributor.dox \ - ./src/armnnQuantizer/README.md \ - ./src/armnnConverter/README.md \ + ./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/ \ @@ -836,8 +837,10 @@ INPUT = ./docs/01_00_software_tools.dox \ ./delegate/BuildGuideNative.md \ ./delegate/IntegrateDelegateIntoPython.md \ ./README.md \ - ./docs/FAQ.md \ - ./ContributorGuide.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