chiark / gitweb /
doxygen: split out tests that depend on unreleased Doxygen features.
authorVladimír Vondruš <mosra@centrum.cz>
Mon, 11 Dec 2017 13:46:12 +0000 (14:46 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 11 Dec 2017 13:47:56 +0000 (14:47 +0100)
commit70ce401095302b1190bf193797707290492cf9f0
tree8159d79faba41f42ef31e06a52acd346078d0c75
parentbd147ee284a2a2b052c626a709be05d250fab69d
doxygen: split out tests that depend on unreleased Doxygen features.
38 files changed:
doxygen/test/__init__.py
doxygen/test/compound_detailed/File.h
doxygen/test/compound_detailed/namespaceType.html
doxygen/test/compound_detailed/structTemplate.html
doxygen/test/compound_listing/Directory/File.h
doxygen/test/compound_listing/Directory/Sub/Class.h
doxygen/test/compound_listing/classRoot_1_1Directory_1_1Sub_1_1Class.html
doxygen/test/compound_listing/input.dox
doxygen/test/compound_listing/namespaceRoot_1_1Directory.html
doxygen/test/contents_code/index.html
doxygen/test/contents_code/input.dox
doxygen/test/contents_code/warnings.html
doxygen/test/contents_code_language/Doxyfile [new file with mode: 0644]
doxygen/test/contents_code_language/ansi.html [new file with mode: 0644]
doxygen/test/contents_code_language/code.sh [new file with mode: 0644]
doxygen/test/contents_code_language/index.html [new file with mode: 0644]
doxygen/test/contents_code_language/input.dox [new file with mode: 0644]
doxygen/test/contents_code_language/snippet.cpp [moved from doxygen/test/contents_code/snippet.cpp with 100% similarity]
doxygen/test/contents_code_language/warnings.html [new file with mode: 0644]
doxygen/test/cpp_enum_class/Doxyfile [new file with mode: 0644]
doxygen/test/cpp_enum_class/File.h [new file with mode: 0644]
doxygen/test/cpp_enum_class/File_8h.html [new file with mode: 0644]
doxygen/test/cpp_template_alias/Doxyfile [new file with mode: 0644]
doxygen/test/cpp_template_alias/File.h [new file with mode: 0644]
doxygen/test/cpp_template_alias/File_8h.html [new file with mode: 0644]
doxygen/test/cpp_template_alias/structTemplate.html [new file with mode: 0644]
doxygen/test/page_brief/Doxyfile [moved from doxygen/test/page_duplicated_brief/Doxyfile with 100% similarity]
doxygen/test/page_brief/input.dox [moved from doxygen/test/page_duplicated_brief/input.dox with 100% similarity]
doxygen/test/page_brief/page-a.html [moved from doxygen/test/page_duplicated_brief/page-a.html with 100% similarity]
doxygen/test/page_brief/page-b.html [moved from doxygen/test/page_duplicated_brief/page-b.html with 100% similarity]
doxygen/test/page_brief/pages.html [new file with mode: 0644]
doxygen/test/page_toc/Doxyfile [new file with mode: 0644]
doxygen/test/page_toc/input.dox [new file with mode: 0644]
doxygen/test/page_toc/page-toc.html [moved from doxygen/test/compound_listing/page-toc.html with 100% similarity]
doxygen/test/test_compound.py
doxygen/test/test_contents.py
doxygen/test/test_cpp.py [new file with mode: 0644]
doxygen/test/test_page.py