chiark / gitweb /
Moved doxygen/dox2html5.py to documentation/doxygen.py.
authorVladimír Vondruš <mosra@centrum.cz>
Thu, 3 Jan 2019 20:26:18 +0000 (21:26 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Wed, 3 Apr 2019 09:22:18 +0000 (11:22 +0200)
commit4260facb09ad37569a9fd993d1e5bc4fcb83808c
treefb3b968677cb826af4a62538e0544c4d03ff3567
parent9df527d9511ee02ec1ba3eebb47615493234b0d1
Moved doxygen/dox2html5.py to documentation/doxygen.py.

And move the theme and test directory as well. Making room for Python
and other language support. Note this is a breaking change --- from now
on, you need to call the script as

    documentation/doxygen.py

instead of

    doxygen/dox2html5.py

Besides that, the location of default templates changed from
doxygen/templates/ to documentation/templates/doxygen/ --- if you have
your own modifications to these, you may need to move your files.
403 files changed:
CONTRIBUTING.rst
artwork/favicon.svg
doc/css/components.rst
doc/plugins/math-and-code-console.ansi
documentation/.coveragerc [moved from doxygen/.coveragerc with 100% similarity]
documentation/.gitattributes [moved from doxygen/.gitattributes with 100% similarity]
documentation/.gitignore [new file with mode: 0644]
documentation/__init__.py [moved from doxygen/__init__.py with 100% similarity]
documentation/doxygen.py [moved from doxygen/dox2html5.py with 99% similarity]
documentation/favicon-dark.png [moved from doxygen/favicon-dark.png with 100% similarity]
documentation/favicon-light.png [moved from doxygen/favicon-light.png with 100% similarity]
documentation/search.js [moved from doxygen/search.js with 99% similarity]
documentation/templates/doxygen/annotated.html [moved from doxygen/templates/annotated.html with 100% similarity]
documentation/templates/doxygen/base-class-reference.html [moved from doxygen/templates/base-class-reference.html with 100% similarity]
documentation/templates/doxygen/base-index.html [moved from doxygen/templates/base-index.html with 100% similarity]
documentation/templates/doxygen/base-reference.html [moved from doxygen/templates/base-reference.html with 100% similarity]
documentation/templates/doxygen/base.html [moved from doxygen/templates/base.html with 100% similarity]
documentation/templates/doxygen/class.html [moved from doxygen/templates/class.html with 100% similarity]
documentation/templates/doxygen/details-define.html [moved from doxygen/templates/details-define.html with 100% similarity]
documentation/templates/doxygen/details-enum.html [moved from doxygen/templates/details-enum.html with 100% similarity]
documentation/templates/doxygen/details-func.html [moved from doxygen/templates/details-func.html with 100% similarity]
documentation/templates/doxygen/details-typedef.html [moved from doxygen/templates/details-typedef.html with 100% similarity]
documentation/templates/doxygen/details-var.html [moved from doxygen/templates/details-var.html with 100% similarity]
documentation/templates/doxygen/dir.html [moved from doxygen/templates/dir.html with 100% similarity]
documentation/templates/doxygen/entry-class.html [moved from doxygen/templates/entry-class.html with 100% similarity]
documentation/templates/doxygen/entry-define.html [moved from doxygen/templates/entry-define.html with 100% similarity]
documentation/templates/doxygen/entry-dir.html [moved from doxygen/templates/entry-dir.html with 100% similarity]
documentation/templates/doxygen/entry-enum.html [moved from doxygen/templates/entry-enum.html with 100% similarity]
documentation/templates/doxygen/entry-file.html [moved from doxygen/templates/entry-file.html with 100% similarity]
documentation/templates/doxygen/entry-func.html [moved from doxygen/templates/entry-func.html with 100% similarity]
documentation/templates/doxygen/entry-module.html [moved from doxygen/templates/entry-module.html with 100% similarity]
documentation/templates/doxygen/entry-namespace.html [moved from doxygen/templates/entry-namespace.html with 100% similarity]
documentation/templates/doxygen/entry-typedef.html [moved from doxygen/templates/entry-typedef.html with 100% similarity]
documentation/templates/doxygen/entry-var.html [moved from doxygen/templates/entry-var.html with 100% similarity]
documentation/templates/doxygen/example.html [moved from doxygen/templates/example.html with 100% similarity]
documentation/templates/doxygen/file.html [moved from doxygen/templates/file.html with 100% similarity]
documentation/templates/doxygen/files.html [moved from doxygen/templates/files.html with 100% similarity]
documentation/templates/doxygen/group.html [moved from doxygen/templates/group.html with 100% similarity]
documentation/templates/doxygen/modules.html [moved from doxygen/templates/modules.html with 100% similarity]
documentation/templates/doxygen/namespace.html [moved from doxygen/templates/namespace.html with 100% similarity]
documentation/templates/doxygen/namespaces.html [moved from doxygen/templates/namespaces.html with 100% similarity]
documentation/templates/doxygen/opensearch.xml [moved from doxygen/templates/opensearch.xml with 100% similarity]
documentation/templates/doxygen/page.html [moved from doxygen/templates/page.html with 100% similarity]
documentation/templates/doxygen/pages.html [moved from doxygen/templates/pages.html with 100% similarity]
documentation/templates/doxygen/struct.html [moved from doxygen/templates/struct.html with 100% similarity]
documentation/templates/doxygen/union.html [moved from doxygen/templates/union.html with 100% similarity]
documentation/test_doxygen/__init__.py [moved from doxygen/test/__init__.py with 93% similarity]
documentation/test_doxygen/compound_base_derived_in_root_namespace/Doxyfile [moved from doxygen/test/compound_base_derived_in_root_namespace/Doxyfile with 100% similarity]
documentation/test_doxygen/compound_base_derived_in_root_namespace/File.h [moved from doxygen/test/compound_base_derived_in_root_namespace/File.h with 100% similarity]
documentation/test_doxygen/compound_base_derived_in_root_namespace/structNamespace_1_1BothBaseAndDerivedInRootNamespace.html [moved from doxygen/test/compound_base_derived_in_root_namespace/structNamespace_1_1BothBaseAndDerivedInRootNamespace.html with 100% similarity]
documentation/test_doxygen/compound_crazy_template_params/Doxyfile [moved from doxygen/test/compound_crazy_template_params/Doxyfile with 100% similarity]
documentation/test_doxygen/compound_crazy_template_params/File.h [moved from doxygen/test/compound_crazy_template_params/File.h with 100% similarity]
documentation/test_doxygen/compound_crazy_template_params/File_8h.html [moved from doxygen/test/compound_crazy_template_params/File_8h.html with 100% similarity]
documentation/test_doxygen/compound_deprecated/DeprecatedFile_8h.html [moved from doxygen/test/compound_deprecated/DeprecatedFile_8h.html with 100% similarity]
documentation/test_doxygen/compound_deprecated/Dir/DeprecatedFile.h [moved from doxygen/test/compound_deprecated/Dir/DeprecatedFile.h with 100% similarity]
documentation/test_doxygen/compound_deprecated/Dir/DeprecatedSubdir/File.h [moved from doxygen/test/compound_deprecated/Dir/DeprecatedSubdir/File.h with 100% similarity]
documentation/test_doxygen/compound_deprecated/Doxyfile [moved from doxygen/test/compound_deprecated/Doxyfile with 100% similarity]
documentation/test_doxygen/compound_deprecated/annotated.html [moved from doxygen/test/compound_deprecated/annotated.html with 100% similarity]
documentation/test_doxygen/compound_deprecated/deprecated-page.dox [moved from doxygen/test/compound_deprecated/deprecated-page.dox with 100% similarity]
documentation/test_doxygen/compound_deprecated/dir_da5033def2d0db76e9883b31b76b3d0c.html [moved from doxygen/test/compound_deprecated/dir_da5033def2d0db76e9883b31b76b3d0c.html with 100% similarity]
documentation/test_doxygen/compound_deprecated/files.html [moved from doxygen/test/compound_deprecated/files.html with 100% similarity]
documentation/test_doxygen/compound_deprecated/group__group.html [moved from doxygen/test/compound_deprecated/group__group.html with 100% similarity]
documentation/test_doxygen/compound_deprecated/modules.html [moved from doxygen/test/compound_deprecated/modules.html with 100% similarity]
documentation/test_doxygen/compound_deprecated/namespaceDeprecatedNamespace.html [moved from doxygen/test/compound_deprecated/namespaceDeprecatedNamespace.html with 100% similarity]
documentation/test_doxygen/compound_deprecated/namespaces.html [moved from doxygen/test/compound_deprecated/namespaces.html with 100% similarity]
documentation/test_doxygen/compound_deprecated/pages.html [moved from doxygen/test/compound_deprecated/pages.html with 100% similarity]
documentation/test_doxygen/compound_deprecated/structDeprecatedNamespace_1_1BaseDeprecatedClass.html [moved from doxygen/test/compound_deprecated/structDeprecatedNamespace_1_1BaseDeprecatedClass.html with 100% similarity]
documentation/test_doxygen/compound_deprecated/structDeprecatedNamespace_1_1DeprecatedClass.html [moved from doxygen/test/compound_deprecated/structDeprecatedNamespace_1_1DeprecatedClass.html with 100% similarity]
documentation/test_doxygen/compound_detailed/Doxyfile [moved from doxygen/test/compound_detailed/Doxyfile with 100% similarity]
documentation/test_doxygen/compound_detailed/File.h [moved from doxygen/test/compound_detailed/File.h with 100% similarity]
documentation/test_doxygen/compound_detailed/File_8h.html [moved from doxygen/test/compound_detailed/File_8h.html with 100% similarity]
documentation/test_doxygen/compound_detailed/namespaceEno.html [moved from doxygen/test/compound_detailed/namespaceEno.html with 100% similarity]
documentation/test_doxygen/compound_detailed/namespaceFoo.html [moved from doxygen/test/compound_detailed/namespaceFoo.html with 100% similarity]
documentation/test_doxygen/compound_detailed/namespaceNamee.html [moved from doxygen/test/compound_detailed/namespaceNamee.html with 100% similarity]
documentation/test_doxygen/compound_detailed/namespaceType.html [moved from doxygen/test/compound_detailed/namespaceType.html with 100% similarity]
documentation/test_doxygen/compound_detailed/namespaceVar.html [moved from doxygen/test/compound_detailed/namespaceVar.html with 100% similarity]
documentation/test_doxygen/compound_detailed/namespaceWarning.html [moved from doxygen/test/compound_detailed/namespaceWarning.html with 100% similarity]
documentation/test_doxygen/compound_detailed/structTemplate.html [moved from doxygen/test/compound_detailed/structTemplate.html with 100% similarity]
documentation/test_doxygen/compound_detailed/structTemplateWarning.html [moved from doxygen/test/compound_detailed/structTemplateWarning.html with 100% similarity]
documentation/test_doxygen/compound_detailed/structTemplate_3_01void_01_4.html [moved from doxygen/test/compound_detailed/structTemplate_3_01void_01_4.html with 100% similarity]
documentation/test_doxygen/compound_filename_case/Doxyfile [moved from doxygen/test/compound_filename_case/Doxyfile with 100% similarity]
documentation/test_doxygen/compound_filename_case/_u_p_p_e_r_c_a_s_e.html [moved from doxygen/test/compound_filename_case/_u_p_p_e_r_c_a_s_e.html with 100% similarity]
documentation/test_doxygen/compound_filename_case/class_u_p_p_e_r_c_l_a_s_s.html [moved from doxygen/test/compound_filename_case/class_u_p_p_e_r_c_l_a_s_s.html with 100% similarity]
documentation/test_doxygen/compound_filename_case/index.html [moved from doxygen/test/compound_filename_case/index.html with 100% similarity]
documentation/test_doxygen/compound_filename_case/input.h [moved from doxygen/test/compound_filename_case/input.h with 100% similarity]
documentation/test_doxygen/compound_filename_case/pages.html [moved from doxygen/test/compound_filename_case/pages.html with 100% similarity]
documentation/test_doxygen/compound_ignored/Doxyfile [moved from doxygen/test/compound_ignored/Doxyfile with 100% similarity]
documentation/test_doxygen/compound_ignored/File.cpp [moved from doxygen/test/compound_ignored/File.cpp with 100% similarity]
documentation/test_doxygen/compound_ignored/File.h [moved from doxygen/test/compound_ignored/File.h with 100% similarity]
documentation/test_doxygen/compound_includes/Doxyfile [moved from doxygen/test/compound_includes/Doxyfile with 100% similarity]
documentation/test_doxygen/compound_includes/First.cpp [moved from doxygen/test/compound_includes/First.cpp with 100% similarity]
documentation/test_doxygen/compound_includes/First.h [moved from doxygen/test/compound_includes/First.h with 100% similarity]
documentation/test_doxygen/compound_includes/Second.h [moved from doxygen/test/compound_includes/Second.h with 100% similarity]
documentation/test_doxygen/compound_includes/classClass.html [moved from doxygen/test/compound_includes/classClass.html with 100% similarity]
documentation/test_doxygen/compound_includes/group__group.html [moved from doxygen/test/compound_includes/group__group.html with 100% similarity]
documentation/test_doxygen/compound_includes/namespaceContained.html [moved from doxygen/test/compound_includes/namespaceContained.html with 100% similarity]
documentation/test_doxygen/compound_includes/namespaceContainsNamespace.html [moved from doxygen/test/compound_includes/namespaceContainsNamespace.html with 100% similarity]
documentation/test_doxygen/compound_includes/namespaceContainsNamespace_1_1ContainsClass.html [moved from doxygen/test/compound_includes/namespaceContainsNamespace_1_1ContainsClass.html with 100% similarity]
documentation/test_doxygen/compound_includes/namespaceEmpty.html [moved from doxygen/test/compound_includes/namespaceEmpty.html with 100% similarity]
documentation/test_doxygen/compound_includes/namespaceSpread.html [moved from doxygen/test/compound_includes/namespaceSpread.html with 100% similarity]
documentation/test_doxygen/compound_includes_disabled/Doxyfile [moved from doxygen/test/compound_includes_disabled/Doxyfile with 100% similarity]
documentation/test_doxygen/compound_includes_disabled/classClass.html [moved from doxygen/test/compound_includes_disabled/classClass.html with 100% similarity]
documentation/test_doxygen/compound_includes_disabled/group__group.html [moved from doxygen/test/compound_includes_disabled/group__group.html with 100% similarity]
documentation/test_doxygen/compound_includes_disabled/namespaceContained.html [moved from doxygen/test/compound_includes_disabled/namespaceContained.html with 100% similarity]
documentation/test_doxygen/compound_includes_disabled/namespaceSpread.html [moved from doxygen/test/compound_includes_disabled/namespaceSpread.html with 100% similarity]
documentation/test_doxygen/compound_includes_templated/Doxyfile [moved from doxygen/test/compound_includes_templated/Doxyfile with 100% similarity]
documentation/test_doxygen/compound_includes_templated/First.h [moved from doxygen/test/compound_includes_templated/First.h with 100% similarity]
documentation/test_doxygen/compound_includes_templated/Second.h [moved from doxygen/test/compound_includes_templated/Second.h with 100% similarity]
documentation/test_doxygen/compound_includes_templated/namespaceSpread.html [moved from doxygen/test/compound_includes_templated/namespaceSpread.html with 100% similarity]
documentation/test_doxygen/compound_includes_templated/structStruct.html [moved from doxygen/test/compound_includes_templated/structStruct.html with 100% similarity]
documentation/test_doxygen/compound_includes_undocumented_files/Doxyfile [moved from doxygen/test/compound_includes_undocumented_files/Doxyfile with 100% similarity]
documentation/test_doxygen/compound_includes_undocumented_files/First.h [moved from doxygen/test/compound_includes_undocumented_files/First.h with 100% similarity]
documentation/test_doxygen/compound_includes_undocumented_files/Second.h [moved from doxygen/test/compound_includes_undocumented_files/Second.h with 100% similarity]
documentation/test_doxygen/compound_listing/Another/Some.h [moved from doxygen/test/compound_listing/Another/Some.h with 100% similarity]
documentation/test_doxygen/compound_listing/Class_8h.html [moved from doxygen/test/compound_listing/Class_8h.html with 100% similarity]
documentation/test_doxygen/compound_listing/Directory/File.h [moved from doxygen/test/compound_listing/Directory/File.h with 100% similarity]
documentation/test_doxygen/compound_listing/Directory/Sub/Class.h [moved from doxygen/test/compound_listing/Directory/Sub/Class.h with 100% similarity]
documentation/test_doxygen/compound_listing/Doxyfile [moved from doxygen/test/compound_listing/Doxyfile with 100% similarity]
documentation/test_doxygen/compound_listing/File_8h.html [moved from doxygen/test/compound_listing/File_8h.html with 100% similarity]
documentation/test_doxygen/compound_listing/Root.h [moved from doxygen/test/compound_listing/Root.h with 100% similarity]
documentation/test_doxygen/compound_listing/TopLevelFile.h [moved from doxygen/test/compound_listing/TopLevelFile.h with 100% similarity]
documentation/test_doxygen/compound_listing/annotated.html [moved from doxygen/test/compound_listing/annotated.html with 100% similarity]
documentation/test_doxygen/compound_listing/classRoot_1_1Directory_1_1Sub_1_1Class.html [moved from doxygen/test/compound_listing/classRoot_1_1Directory_1_1Sub_1_1Class.html with 100% similarity]
documentation/test_doxygen/compound_listing/dir_4b0d5f8864bf89936129251a2d32609b.html [moved from doxygen/test/compound_listing/dir_4b0d5f8864bf89936129251a2d32609b.html with 100% similarity]
documentation/test_doxygen/compound_listing/dir_bbe5918fe090eee9db2d9952314b6754.html [moved from doxygen/test/compound_listing/dir_bbe5918fe090eee9db2d9952314b6754.html with 100% similarity]
documentation/test_doxygen/compound_listing/files.html [moved from doxygen/test/compound_listing/files.html with 100% similarity]
documentation/test_doxygen/compound_listing/input.dox [moved from doxygen/test/compound_listing/input.dox with 100% similarity]
documentation/test_doxygen/compound_listing/namespaceAnother.html [moved from doxygen/test/compound_listing/namespaceAnother.html with 100% similarity]
documentation/test_doxygen/compound_listing/namespaceRoot_1_1Directory.html [moved from doxygen/test/compound_listing/namespaceRoot_1_1Directory.html with 100% similarity]
documentation/test_doxygen/compound_listing/namespaces.html [moved from doxygen/test/compound_listing/namespaces.html with 100% similarity]
documentation/test_doxygen/compound_listing/page-no-toc.html [moved from doxygen/test/compound_listing/page-no-toc.html with 100% similarity]
documentation/test_doxygen/compound_listing/pages.html [moved from doxygen/test/compound_listing/pages.html with 100% similarity]
documentation/test_doxygen/compound_modules/Doxyfile [moved from doxygen/test/compound_modules/Doxyfile with 100% similarity]
documentation/test_doxygen/compound_modules/group__group.html [moved from doxygen/test/compound_modules/group__group.html with 100% similarity]
documentation/test_doxygen/compound_modules/group__group2.html [moved from doxygen/test/compound_modules/group__group2.html with 100% similarity]
documentation/test_doxygen/compound_modules/group__subgroup.html [moved from doxygen/test/compound_modules/group__subgroup.html with 100% similarity]
documentation/test_doxygen/compound_modules/input.h [moved from doxygen/test/compound_modules/input.h with 100% similarity]
documentation/test_doxygen/compound_modules/modules.html [moved from doxygen/test/compound_modules/modules.html with 100% similarity]
documentation/test_doxygen/compound_namespace_members_in_file_scope/Doxyfile [moved from doxygen/test/compound_namespace_members_in_file_scope/Doxyfile with 100% similarity]
documentation/test_doxygen/compound_namespace_members_in_file_scope/File.h [moved from doxygen/test/compound_namespace_members_in_file_scope/File.h with 100% similarity]
documentation/test_doxygen/compound_namespace_members_in_file_scope/File_8h.html [moved from doxygen/test/compound_namespace_members_in_file_scope/File_8h.html with 100% similarity]
documentation/test_doxygen/compound_namespace_members_in_file_scope/namespaceNamespace.html [moved from doxygen/test/compound_namespace_members_in_file_scope/namespaceNamespace.html with 100% similarity]
documentation/test_doxygen/compound_namespace_members_in_file_scope_define_base_url/Doxyfile [moved from doxygen/test/compound_namespace_members_in_file_scope_define_base_url/Doxyfile with 100% similarity]
documentation/test_doxygen/compound_namespace_members_in_file_scope_define_base_url/File.h [moved from doxygen/test/compound_namespace_members_in_file_scope_define_base_url/File.h with 100% similarity]
documentation/test_doxygen/compound_namespace_members_in_file_scope_define_base_url/File_8h.html [moved from doxygen/test/compound_namespace_members_in_file_scope_define_base_url/File_8h.html with 100% similarity]
documentation/test_doxygen/compound_warnings/Doxyfile [moved from doxygen/test/compound_warnings/Doxyfile with 100% similarity]
documentation/test_doxygen/compound_warnings/File.h [moved from doxygen/test/compound_warnings/File.h with 100% similarity]
documentation/test_doxygen/compound_warnings/namespaceMagnum.html [moved from doxygen/test/compound_warnings/namespaceMagnum.html with 100% similarity]
documentation/test_doxygen/contents_anchor_html_no_prefix_bug/Doxyfile [moved from doxygen/test/contents_anchor_html_no_prefix_bug/Doxyfile with 100% similarity]
documentation/test_doxygen/contents_anchor_html_no_prefix_bug/input.dox [moved from doxygen/test/contents_anchor_html_no_prefix_bug/input.dox with 100% similarity]
documentation/test_doxygen/contents_anchor_html_no_prefix_bug/some-long-page-name.html [moved from doxygen/test/contents_anchor_html_no_prefix_bug/some-long-page-name.html with 100% similarity]
documentation/test_doxygen/contents_anchor_in_both_group_and_namespace/Doxyfile [moved from doxygen/test/contents_anchor_in_both_group_and_namespace/Doxyfile with 100% similarity]
documentation/test_doxygen/contents_anchor_in_both_group_and_namespace/File.h [moved from doxygen/test/contents_anchor_in_both_group_and_namespace/File.h with 100% similarity]
documentation/test_doxygen/contents_anchor_in_both_group_and_namespace/group__fizzbuzz.html [moved from doxygen/test/contents_anchor_in_both_group_and_namespace/group__fizzbuzz.html with 100% similarity]
documentation/test_doxygen/contents_anchor_in_both_group_and_namespace/namespaceFoo.html [moved from doxygen/test/contents_anchor_in_both_group_and_namespace/namespaceFoo.html with 100% similarity]
documentation/test_doxygen/contents_autobrief_cpp_comments/Doxyfile [moved from doxygen/test/contents_autobrief_cpp_comments/Doxyfile with 100% similarity]
documentation/test_doxygen/contents_autobrief_cpp_comments/File.h [moved from doxygen/test/contents_autobrief_cpp_comments/File.h with 100% similarity]
documentation/test_doxygen/contents_autobrief_cpp_comments/File_8h.html [moved from doxygen/test/contents_autobrief_cpp_comments/File_8h.html with 100% similarity]
documentation/test_doxygen/contents_autobrief_heading/Doxyfile [moved from doxygen/test/contents_autobrief_heading/Doxyfile with 100% similarity]
documentation/test_doxygen/contents_autobrief_heading/File.h [moved from doxygen/test/contents_autobrief_heading/File.h with 100% similarity]
documentation/test_doxygen/contents_autobrief_heading/namespaceNamespace.html [moved from doxygen/test/contents_autobrief_heading/namespaceNamespace.html with 100% similarity]
documentation/test_doxygen/contents_autobrief_hr/Doxyfile [moved from doxygen/test/contents_autobrief_hr/Doxyfile with 100% similarity]
documentation/test_doxygen/contents_autobrief_hr/File.h [moved from doxygen/test/contents_autobrief_hr/File.h with 100% similarity]
documentation/test_doxygen/contents_autobrief_hr/namespaceNamespace.html [moved from doxygen/test/contents_autobrief_hr/namespaceNamespace.html with 100% similarity]
documentation/test_doxygen/contents_autobrief_multiline/Doxyfile [moved from doxygen/test/contents_autobrief_multiline/Doxyfile with 100% similarity]
documentation/test_doxygen/contents_autobrief_multiline/File.h [moved from doxygen/test/contents_autobrief_multiline/File.h with 100% similarity]
documentation/test_doxygen/contents_autobrief_multiline/namespaceNamespace.html [moved from doxygen/test/contents_autobrief_multiline/namespaceNamespace.html with 100% similarity]
documentation/test_doxygen/contents_blocks/Doxyfile [moved from doxygen/test/contents_blocks/Doxyfile with 100% similarity]
documentation/test_doxygen/contents_blocks/File.h [moved from doxygen/test/contents_blocks/File.h with 100% similarity]
documentation/test_doxygen/contents_blocks/File_8h.html [moved from doxygen/test/contents_blocks/File_8h.html with 100% similarity]
documentation/test_doxygen/contents_blocks/index.html [moved from doxygen/test/contents_blocks/index.html with 100% similarity]
documentation/test_doxygen/contents_blocks/input.dox [moved from doxygen/test/contents_blocks/input.dox with 100% similarity]
documentation/test_doxygen/contents_blocks/old.html [moved from doxygen/test/contents_blocks/old.html with 100% similarity]
documentation/test_doxygen/contents_blocks/old_1814.html [moved from doxygen/test/contents_blocks/old_1814.html with 100% similarity]
documentation/test_doxygen/contents_blocks/todo.html [moved from doxygen/test/contents_blocks/todo.html with 100% similarity]
documentation/test_doxygen/contents_blocks/todo_1814.html [moved from doxygen/test/contents_blocks/todo_1814.html with 100% similarity]
documentation/test_doxygen/contents_brief_multiline_ingroup/Doxyfile [moved from doxygen/test/contents_brief_multiline_ingroup/Doxyfile with 100% similarity]
documentation/test_doxygen/contents_brief_multiline_ingroup/File.h [moved from doxygen/test/contents_brief_multiline_ingroup/File.h with 100% similarity]
documentation/test_doxygen/contents_brief_multiline_ingroup/group__thatgroup.html [moved from doxygen/test/contents_brief_multiline_ingroup/group__thatgroup.html with 100% similarity]
documentation/test_doxygen/contents_code/Doxyfile [moved from doxygen/test/contents_code/Doxyfile with 100% similarity]
documentation/test_doxygen/contents_code/index.html [moved from doxygen/test/contents_code/index.html with 100% similarity]
documentation/test_doxygen/contents_code/input.dox [moved from doxygen/test/contents_code/input.dox with 100% similarity]
documentation/test_doxygen/contents_code/warnings.html [moved from doxygen/test/contents_code/warnings.html with 100% similarity]
documentation/test_doxygen/contents_code_language/Doxyfile [moved from doxygen/test/contents_code_language/Doxyfile with 100% similarity]
documentation/test_doxygen/contents_code_language/ansi.html [moved from doxygen/test/contents_code_language/ansi.html with 100% similarity]
documentation/test_doxygen/contents_code_language/code.sh [moved from doxygen/test/contents_code_language/code.sh with 100% similarity]
documentation/test_doxygen/contents_code_language/index.html [moved from doxygen/test/contents_code_language/index.html with 100% similarity]
documentation/test_doxygen/contents_code_language/input.dox [moved from doxygen/test/contents_code_language/input.dox with 100% similarity]
documentation/test_doxygen/contents_code_language/snippet.cpp [moved from doxygen/test/contents_code_language/snippet.cpp with 100% similarity]
documentation/test_doxygen/contents_code_language/warnings.html [moved from doxygen/test/contents_code_language/warnings.html with 100% similarity]
documentation/test_doxygen/contents_custom/Doxyfile [moved from doxygen/test/contents_custom/Doxyfile with 100% similarity]
documentation/test_doxygen/contents_custom/ab.dot [moved from doxygen/test/contents_custom/ab.dot with 100% similarity]
documentation/test_doxygen/contents_custom/dot-236.html [moved from doxygen/test/contents_custom/dot-236.html with 100% similarity]
documentation/test_doxygen/contents_custom/dot-238.html [moved from doxygen/test/contents_custom/dot-238.html with 100% similarity]
documentation/test_doxygen/contents_custom/dot.html [moved from doxygen/test/contents_custom/dot.html with 100% similarity]
documentation/test_doxygen/contents_custom/index.html [moved from doxygen/test/contents_custom/index.html with 100% similarity]
documentation/test_doxygen/contents_custom/input.dox [moved from doxygen/test/contents_custom/input.dox with 100% similarity]
documentation/test_doxygen/contents_custom/math.html [moved from doxygen/test/contents_custom/math.html with 100% similarity]
documentation/test_doxygen/contents_custom/ship-small.jpg [moved from doxygen/test/contents_custom/ship-small.jpg with 100% similarity]
documentation/test_doxygen/contents_dot/Doxyfile [moved from doxygen/test/contents_dot/Doxyfile with 100% similarity]
documentation/test_doxygen/contents_dot/ab.dot [moved from doxygen/test/contents_dot/ab.dot with 100% similarity]
documentation/test_doxygen/contents_dot/colors.dot [moved from doxygen/test/contents_dot/colors.dot with 100% similarity]
documentation/test_doxygen/contents_dot/index-238.html [moved from doxygen/test/contents_dot/index-238.html with 100% similarity]
documentation/test_doxygen/contents_dot/index.html [moved from doxygen/test/contents_dot/index.html with 100% similarity]
documentation/test_doxygen/contents_dot/input.dox [moved from doxygen/test/contents_dot/input.dox with 100% similarity]
documentation/test_doxygen/contents_dot/warnings.html [moved from doxygen/test/contents_dot/warnings.html with 100% similarity]
documentation/test_doxygen/contents_htmlinclude/Doxyfile [moved from doxygen/test/contents_htmlinclude/Doxyfile with 100% similarity]
documentation/test_doxygen/contents_htmlinclude/file.html [moved from doxygen/test/contents_htmlinclude/file.html with 100% similarity]
documentation/test_doxygen/contents_htmlinclude/index.html [moved from doxygen/test/contents_htmlinclude/index.html with 100% similarity]
documentation/test_doxygen/contents_htmlinclude/input.dox [moved from doxygen/test/contents_htmlinclude/input.dox with 100% similarity]
documentation/test_doxygen/contents_htmlinclude/warnings.html [moved from doxygen/test/contents_htmlinclude/warnings.html with 100% similarity]
documentation/test_doxygen/contents_image/Doxyfile [moved from doxygen/test/contents_image/Doxyfile with 100% similarity]
documentation/test_doxygen/contents_image/imagelink.html [moved from doxygen/test/contents_image/imagelink.html with 100% similarity]
documentation/test_doxygen/contents_image/index.html [moved from doxygen/test/contents_image/index.html with 100% similarity]
documentation/test_doxygen/contents_image/input.dox [moved from doxygen/test/contents_image/input.dox with 100% similarity]
documentation/test_doxygen/contents_image/tiny.png [moved from doxygen/test/contents_image/tiny.png with 100% similarity]
documentation/test_doxygen/contents_image/warnings.html [moved from doxygen/test/contents_image/warnings.html with 100% similarity]
documentation/test_doxygen/contents_internal/Doxyfile [moved from doxygen/test/contents_internal/Doxyfile with 100% similarity]
documentation/test_doxygen/contents_internal/index.html [moved from doxygen/test/contents_internal/index.html with 100% similarity]
documentation/test_doxygen/contents_internal/input.dox [moved from doxygen/test/contents_internal/input.dox with 100% similarity]
documentation/test_doxygen/contents_math/Doxyfile [moved from doxygen/test/contents_math/Doxyfile with 100% similarity]
documentation/test_doxygen/contents_math/index.html [moved from doxygen/test/contents_math/index.html with 100% similarity]
documentation/test_doxygen/contents_math/input.dox [moved from doxygen/test/contents_math/input.dox with 100% similarity]
documentation/test_doxygen/contents_math_cached/Doxyfile [moved from doxygen/test/contents_math_cached/Doxyfile with 100% similarity]
documentation/test_doxygen/contents_math_cached/input.dox [moved from doxygen/test/contents_math_cached/input.dox with 100% similarity]
documentation/test_doxygen/contents_math_cached/math.html [moved from doxygen/test/contents_math_cached/math.html with 100% similarity]
documentation/test_doxygen/contents_parse_error/Doxyfile [moved from doxygen/test/contents_parse_error/Doxyfile with 100% similarity]
documentation/test_doxygen/contents_parse_error/broken.xml [moved from doxygen/test/contents_parse_error/broken.xml with 100% similarity]
documentation/test_doxygen/contents_section_underscore_one/Doxyfile [moved from doxygen/test/contents_section_underscore_one/Doxyfile with 100% similarity]
documentation/test_doxygen/contents_section_underscore_one/index.html [moved from doxygen/test/contents_section_underscore_one/index.html with 100% similarity]
documentation/test_doxygen/contents_section_underscore_one/input.dox [moved from doxygen/test/contents_section_underscore_one/input.dox with 100% similarity]
documentation/test_doxygen/contents_sections_headings/Doxyfile [moved from doxygen/test/contents_sections_headings/Doxyfile with 100% similarity]
documentation/test_doxygen/contents_sections_headings/File.h [moved from doxygen/test/contents_sections_headings/File.h with 100% similarity]
documentation/test_doxygen/contents_sections_headings/File_8h.html [moved from doxygen/test/contents_sections_headings/File_8h.html with 100% similarity]
documentation/test_doxygen/contents_sections_headings/index.html [moved from doxygen/test/contents_sections_headings/index.html with 100% similarity]
documentation/test_doxygen/contents_sections_headings/input.dox [moved from doxygen/test/contents_sections_headings/input.dox with 100% similarity]
documentation/test_doxygen/contents_sections_headings/warnings.html [moved from doxygen/test/contents_sections_headings/warnings.html with 100% similarity]
documentation/test_doxygen/contents_tagfile/Doxyfile [moved from doxygen/test/contents_tagfile/Doxyfile with 100% similarity]
documentation/test_doxygen/contents_tagfile/index.html [moved from doxygen/test/contents_tagfile/index.html with 100% similarity]
documentation/test_doxygen/contents_tagfile/input.dox [moved from doxygen/test/contents_tagfile/input.dox with 100% similarity]
documentation/test_doxygen/contents_typography/Doxyfile [moved from doxygen/test/contents_typography/Doxyfile with 100% similarity]
documentation/test_doxygen/contents_typography/index.html [moved from doxygen/test/contents_typography/index.html with 100% similarity]
documentation/test_doxygen/contents_typography/input.dox [moved from doxygen/test/contents_typography/input.dox with 100% similarity]
documentation/test_doxygen/contents_unexpected_sections/Doxyfile [moved from doxygen/test/contents_unexpected_sections/Doxyfile with 100% similarity]
documentation/test_doxygen/contents_unexpected_sections/File.h [moved from doxygen/test/contents_unexpected_sections/File.h with 100% similarity]
documentation/test_doxygen/contents_unexpected_sections/File_8h.html [moved from doxygen/test/contents_unexpected_sections/File_8h.html with 100% similarity]
documentation/test_doxygen/cpp_derived/Doxyfile [moved from doxygen/test/cpp_derived/Doxyfile with 100% similarity]
documentation/test_doxygen/cpp_derived/annotated.html [moved from doxygen/test/cpp_derived/annotated.html with 100% similarity]
documentation/test_doxygen/cpp_derived/classAnother_1_1ProtectedBase.html [moved from doxygen/test/cpp_derived/classAnother_1_1ProtectedBase.html with 100% similarity]
documentation/test_doxygen/cpp_derived/classBaseOutsideANamespace.html [moved from doxygen/test/cpp_derived/classBaseOutsideANamespace.html with 100% similarity]
documentation/test_doxygen/cpp_derived/classDerivedOutsideANamespace.html [moved from doxygen/test/cpp_derived/classDerivedOutsideANamespace.html with 100% similarity]
documentation/test_doxygen/cpp_derived/classNamespace_1_1A.html [moved from doxygen/test/cpp_derived/classNamespace_1_1A.html with 100% similarity]
documentation/test_doxygen/cpp_derived/classNamespace_1_1PrivateBase.html [moved from doxygen/test/cpp_derived/classNamespace_1_1PrivateBase.html with 100% similarity]
documentation/test_doxygen/cpp_derived/classNamespace_1_1VirtualBase.html [moved from doxygen/test/cpp_derived/classNamespace_1_1VirtualBase.html with 100% similarity]
documentation/test_doxygen/cpp_derived/input.h [moved from doxygen/test/cpp_derived/input.h with 100% similarity]
documentation/test_doxygen/cpp_derived/structAnother_1_1Final.html [moved from doxygen/test/cpp_derived/structAnother_1_1Final.html with 100% similarity]
documentation/test_doxygen/cpp_enum_class/Doxyfile [moved from doxygen/test/cpp_enum_class/Doxyfile with 100% similarity]
documentation/test_doxygen/cpp_enum_class/File.h [moved from doxygen/test/cpp_enum_class/File.h with 100% similarity]
documentation/test_doxygen/cpp_enum_class/File_8h.html [moved from doxygen/test/cpp_enum_class/File_8h.html with 100% similarity]
documentation/test_doxygen/cpp_friends/Doxyfile [moved from doxygen/test/cpp_friends/Doxyfile with 100% similarity]
documentation/test_doxygen/cpp_friends/File.h [moved from doxygen/test/cpp_friends/File.h with 100% similarity]
documentation/test_doxygen/cpp_friends/classClass.html [moved from doxygen/test/cpp_friends/classClass.html with 100% similarity]
documentation/test_doxygen/cpp_friends/classTemplate.html [moved from doxygen/test/cpp_friends/classTemplate.html with 100% similarity]
documentation/test_doxygen/cpp_function_attributes/Doxyfile [moved from doxygen/test/cpp_function_attributes/Doxyfile with 100% similarity]
documentation/test_doxygen/cpp_function_attributes/classBase.html [moved from doxygen/test/cpp_function_attributes/classBase.html with 100% similarity]
documentation/test_doxygen/cpp_function_attributes/classDerived.html [moved from doxygen/test/cpp_function_attributes/classDerived.html with 100% similarity]
documentation/test_doxygen/cpp_function_attributes/input.h [moved from doxygen/test/cpp_function_attributes/input.h with 100% similarity]
documentation/test_doxygen/cpp_function_attributes/structFinal.html [moved from doxygen/test/cpp_function_attributes/structFinal.html with 100% similarity]
documentation/test_doxygen/cpp_function_attributes/structFoo.html [moved from doxygen/test/cpp_function_attributes/structFoo.html with 100% similarity]
documentation/test_doxygen/cpp_function_attributes_nospace/Doxyfile [moved from doxygen/test/cpp_function_attributes_nospace/Doxyfile with 100% similarity]
documentation/test_doxygen/cpp_function_attributes_nospace/input.h [moved from doxygen/test/cpp_function_attributes_nospace/input.h with 100% similarity]
documentation/test_doxygen/cpp_function_attributes_nospace/structFoo.html [moved from doxygen/test/cpp_function_attributes_nospace/structFoo.html with 100% similarity]
documentation/test_doxygen/cpp_signals_slots/Doxyfile [moved from doxygen/test/cpp_signals_slots/Doxyfile with 100% similarity]
documentation/test_doxygen/cpp_signals_slots/File.h [moved from doxygen/test/cpp_signals_slots/File.h with 100% similarity]
documentation/test_doxygen/cpp_signals_slots/classClass.html [moved from doxygen/test/cpp_signals_slots/classClass.html with 100% similarity]
documentation/test_doxygen/cpp_template_alias/Doxyfile [moved from doxygen/test/cpp_template_alias/Doxyfile with 100% similarity]
documentation/test_doxygen/cpp_template_alias/File.h [moved from doxygen/test/cpp_template_alias/File.h with 100% similarity]
documentation/test_doxygen/cpp_template_alias/File_8h.html [moved from doxygen/test/cpp_template_alias/File_8h.html with 100% similarity]
documentation/test_doxygen/cpp_template_alias/structTemplate.html [moved from doxygen/test/cpp_template_alias/structTemplate.html with 100% similarity]
documentation/test_doxygen/cpp_variable_template/Doxyfile [moved from doxygen/test/cpp_variable_template/Doxyfile with 100% similarity]
documentation/test_doxygen/cpp_variable_template/input.h [moved from doxygen/test/cpp_variable_template/input.h with 100% similarity]
documentation/test_doxygen/cpp_variable_template/structBar.html [moved from doxygen/test/cpp_variable_template/structBar.html with 100% similarity]
documentation/test_doxygen/cpp_variable_template/structFoo.html [moved from doxygen/test/cpp_variable_template/structFoo.html with 100% similarity]
documentation/test_doxygen/doxyfile/Doxyfile [moved from doxygen/test/doxyfile/Doxyfile with 100% similarity]
documentation/test_doxygen/doxyfile/Doxyfile-another [moved from doxygen/test/doxyfile/Doxyfile-another with 100% similarity]
documentation/test_doxygen/doxyfile/Doxyfile-subdirs [moved from doxygen/test/doxyfile/Doxyfile-subdirs with 100% similarity]
documentation/test_doxygen/doxyfile_upgrade_custom_variables/.gitignore [moved from doxygen/test/doxyfile_upgrade_custom_variables/.gitignore with 100% similarity]
documentation/test_doxygen/doxyfile_upgrade_custom_variables/Doxyfile [moved from doxygen/test/doxyfile_upgrade_custom_variables/Doxyfile with 100% similarity]
documentation/test_doxygen/example/Doxyfile [moved from doxygen/test/example/Doxyfile with 100% similarity]
documentation/test_doxygen/example/a.txt [moved from doxygen/test/example/a.txt with 100% similarity]
documentation/test_doxygen/example/a_8txt-example.html [moved from doxygen/test/example/a_8txt-example.html with 100% similarity]
documentation/test_doxygen/example/input.dox [moved from doxygen/test/example/input.dox with 100% similarity]
documentation/test_doxygen/example/path-prefix/CMakeLists.txt [moved from doxygen/test/example/path-prefix/CMakeLists.txt with 100% similarity]
documentation/test_doxygen/example/path-prefix/configure.h.cmake [moved from doxygen/test/example/path-prefix/configure.h.cmake with 100% similarity]
documentation/test_doxygen/example/path-prefix/main.cpp [moved from doxygen/test/example/path-prefix/main.cpp with 100% similarity]
documentation/test_doxygen/example/path-prefix_2CMakeLists_8txt-example.html [moved from doxygen/test/example/path-prefix_2CMakeLists_8txt-example.html with 100% similarity]
documentation/test_doxygen/example/path-prefix_2configure_8h_8cmake-example.html [moved from doxygen/test/example/path-prefix_2configure_8h_8cmake-example.html with 100% similarity]
documentation/test_doxygen/example/path-prefix_2main_8cpp-example.html [moved from doxygen/test/example/path-prefix_2main_8cpp-example.html with 100% similarity]
documentation/test_doxygen/js-test-data/empty.bin [moved from doxygen/test/js-test-data/empty.bin with 100% similarity]
documentation/test_doxygen/js-test-data/nested.bin [moved from doxygen/test/js-test-data/nested.bin with 100% similarity]
documentation/test_doxygen/js-test-data/searchdata.b85 [moved from doxygen/test/js-test-data/searchdata.b85 with 100% similarity]
documentation/test_doxygen/js-test-data/searchdata.bin [moved from doxygen/test/js-test-data/searchdata.bin with 100% similarity]
documentation/test_doxygen/js-test-data/short.bin [moved from doxygen/test/js-test-data/short.bin with 100% similarity]
documentation/test_doxygen/js-test-data/unicode.bin [moved from doxygen/test/js-test-data/unicode.bin with 100% similarity]
documentation/test_doxygen/js-test-data/wrong-magic.bin [moved from doxygen/test/js-test-data/wrong-magic.bin with 100% similarity]
documentation/test_doxygen/js-test-data/wrong-version.bin [moved from doxygen/test/js-test-data/wrong-version.bin with 100% similarity]
documentation/test_doxygen/layout/Doxyfile [moved from doxygen/test/layout/Doxyfile with 100% similarity]
documentation/test_doxygen/layout/index.xml [moved from doxygen/test/layout/index.xml with 100% similarity]
documentation/test_doxygen/layout/pages.html [moved from doxygen/test/layout/pages.html with 100% similarity]
documentation/test_doxygen/layout_generated_doxyfile/index.html [moved from doxygen/test/layout_generated_doxyfile/index.html with 100% similarity]
documentation/test_doxygen/layout_generated_doxyfile/xml/indexpage.xml [moved from doxygen/test/layout_generated_doxyfile/xml/indexpage.xml with 100% similarity]
documentation/test_doxygen/layout_minimal/Doxyfile [moved from doxygen/test/layout_minimal/Doxyfile with 100% similarity]
documentation/test_doxygen/layout_minimal/index.html [moved from doxygen/test/layout_minimal/index.html with 100% similarity]
documentation/test_doxygen/layout_minimal/indexpage.xml [moved from doxygen/test/layout_minimal/indexpage.xml with 100% similarity]
documentation/test_doxygen/layout_navbar_html/Doxyfile [moved from doxygen/test/layout_navbar_html/Doxyfile with 100% similarity]
documentation/test_doxygen/layout_navbar_html/index.html [moved from doxygen/test/layout_navbar_html/index.html with 100% similarity]
documentation/test_doxygen/layout_navbar_html/indexpage.xml [moved from doxygen/test/layout_navbar_html/indexpage.xml with 100% similarity]
documentation/test_doxygen/layout_navbar_main_project_url/Doxyfile [moved from doxygen/test/layout_navbar_main_project_url/Doxyfile with 100% similarity]
documentation/test_doxygen/layout_navbar_main_project_url/index.html [moved from doxygen/test/layout_navbar_main_project_url/index.html with 100% similarity]
documentation/test_doxygen/layout_navbar_main_project_url/indexpage.xml [moved from doxygen/test/layout_navbar_main_project_url/indexpage.xml with 100% similarity]
documentation/test_doxygen/layout_navbar_single_column/Doxyfile [moved from doxygen/test/layout_navbar_single_column/Doxyfile with 100% similarity]
documentation/test_doxygen/layout_navbar_single_column/index.html [moved from doxygen/test/layout_navbar_single_column/index.html with 100% similarity]
documentation/test_doxygen/layout_navbar_single_column/indexpage.xml [moved from doxygen/test/layout_navbar_single_column/indexpage.xml with 100% similarity]
documentation/test_doxygen/layout_search_binary/Doxyfile [moved from doxygen/test/layout_search_binary/Doxyfile with 100% similarity]
documentation/test_doxygen/layout_search_binary/index.html [moved from doxygen/test/layout_search_binary/index.html with 100% similarity]
documentation/test_doxygen/layout_search_binary/indexpage.xml [moved from doxygen/test/layout_search_binary/indexpage.xml with 100% similarity]
documentation/test_doxygen/layout_search_opensearch/Doxyfile [moved from doxygen/test/layout_search_opensearch/Doxyfile with 100% similarity]
documentation/test_doxygen/layout_search_opensearch/index.html [moved from doxygen/test/layout_search_opensearch/index.html with 100% similarity]
documentation/test_doxygen/layout_search_opensearch/indexpage.xml [moved from doxygen/test/layout_search_opensearch/indexpage.xml with 100% similarity]
documentation/test_doxygen/layout_search_opensearch/opensearch.xml.html [moved from doxygen/test/layout_search_opensearch/opensearch.xml.html with 100% similarity]
documentation/test_doxygen/layout_template_fallback/Doxyfile [moved from doxygen/test/layout_template_fallback/Doxyfile with 100% similarity]
documentation/test_doxygen/layout_template_fallback/index.html [moved from doxygen/test/layout_template_fallback/index.html with 100% similarity]
documentation/test_doxygen/layout_template_fallback/indexpage.xml [moved from doxygen/test/layout_template_fallback/indexpage.xml with 100% similarity]
documentation/test_doxygen/layout_template_fallback/page.html [moved from doxygen/test/layout_template_fallback/page.html with 100% similarity]
documentation/test_doxygen/page_brief/Doxyfile [moved from doxygen/test/page_brief/Doxyfile with 100% similarity]
documentation/test_doxygen/page_brief/input.dox [moved from doxygen/test/page_brief/input.dox with 100% similarity]
documentation/test_doxygen/page_brief/page-a.html [moved from doxygen/test/page_brief/page-a.html with 100% similarity]
documentation/test_doxygen/page_brief/page-b.html [moved from doxygen/test/page_brief/page-b.html with 100% similarity]
documentation/test_doxygen/page_brief/pages.html [moved from doxygen/test/page_brief/pages.html with 100% similarity]
documentation/test_doxygen/page_empty_index/Doxyfile [moved from doxygen/test/page_empty_index/Doxyfile with 100% similarity]
documentation/test_doxygen/page_empty_index/index.html [moved from doxygen/test/page_empty_index/index.html with 100% similarity]
documentation/test_doxygen/page_empty_index/input.dox [moved from doxygen/test/page_empty_index/input.dox with 100% similarity]
documentation/test_doxygen/page_empty_title/Doxyfile [moved from doxygen/test/page_empty_title/Doxyfile with 100% similarity]
documentation/test_doxygen/page_empty_title/input.dox [moved from doxygen/test/page_empty_title/input.dox with 100% similarity]
documentation/test_doxygen/page_empty_title/untitled.html [moved from doxygen/test/page_empty_title/untitled.html with 100% similarity]
documentation/test_doxygen/page_footernavigation/Doxyfile [moved from doxygen/test/page_footernavigation/Doxyfile with 100% similarity]
documentation/test_doxygen/page_footernavigation/input.dox [moved from doxygen/test/page_footernavigation/input.dox with 100% similarity]
documentation/test_doxygen/page_footernavigation/subpage1.html [moved from doxygen/test/page_footernavigation/subpage1.html with 100% similarity]
documentation/test_doxygen/page_footernavigation/subpage2.html [moved from doxygen/test/page_footernavigation/subpage2.html with 100% similarity]
documentation/test_doxygen/page_in_navbar/Doxyfile [moved from doxygen/test/page_in_navbar/Doxyfile with 100% similarity]
documentation/test_doxygen/page_in_navbar/input.dox [moved from doxygen/test/page_in_navbar/input.dox with 100% similarity]
documentation/test_doxygen/page_in_navbar/page-b.html [moved from doxygen/test/page_in_navbar/page-b.html with 100% similarity]
documentation/test_doxygen/page_in_navbar/page-in-navbar.html [moved from doxygen/test/page_in_navbar/page-in-navbar.html with 100% similarity]
documentation/test_doxygen/page_order/00-page-order.dox [moved from doxygen/test/page_order/00-page-order.dox with 100% similarity]
documentation/test_doxygen/page_order/01-second.dox [moved from doxygen/test/page_order/01-second.dox with 100% similarity]
documentation/test_doxygen/page_order/02-last.dox [moved from doxygen/test/page_order/02-last.dox with 100% similarity]
documentation/test_doxygen/page_order/03-first.dox [moved from doxygen/test/page_order/03-first.dox with 100% similarity]
documentation/test_doxygen/page_order/Doxyfile [moved from doxygen/test/page_order/Doxyfile with 100% similarity]
documentation/test_doxygen/page_order/a-subpage.dox [moved from doxygen/test/page_order/a-subpage.dox with 100% similarity]
documentation/test_doxygen/page_order/other-page.dox [moved from doxygen/test/page_order/other-page.dox with 100% similarity]
documentation/test_doxygen/page_order/pages.html [moved from doxygen/test/page_order/pages.html with 100% similarity]
documentation/test_doxygen/page_order/yet-another-subpage.dox [moved from doxygen/test/page_order/yet-another-subpage.dox with 100% similarity]
documentation/test_doxygen/page_subpage_of_index/Doxyfile [moved from doxygen/test/page_subpage_of_index/Doxyfile with 100% similarity]
documentation/test_doxygen/page_subpage_of_index/input.dox [moved from doxygen/test/page_subpage_of_index/input.dox with 100% similarity]
documentation/test_doxygen/page_subpage_of_index/page.html [moved from doxygen/test/page_subpage_of_index/page.html with 100% similarity]
documentation/test_doxygen/page_subpage_of_index/pages.html [moved from doxygen/test/page_subpage_of_index/pages.html with 100% similarity]
documentation/test_doxygen/page_toc/Doxyfile [moved from doxygen/test/page_toc/Doxyfile with 100% similarity]
documentation/test_doxygen/page_toc/input.dox [moved from doxygen/test/page_toc/input.dox with 100% similarity]
documentation/test_doxygen/page_toc/page-toc.html [moved from doxygen/test/page_toc/page-toc.html with 100% similarity]
documentation/test_doxygen/populate-js-test-data.py [moved from doxygen/test/populate-js-test-data.py with 98% similarity]
documentation/test_doxygen/search/DeprecatedDir/DeprecatedFile.h [moved from doxygen/test/search/DeprecatedDir/DeprecatedFile.h with 100% similarity]
documentation/test_doxygen/search/Dir/File.h [moved from doxygen/test/search/Dir/File.h with 100% similarity]
documentation/test_doxygen/search/Doxyfile [moved from doxygen/test/search/Doxyfile with 100% similarity]
documentation/test_doxygen/search/UndocumentedDir/UndocumentedFile.h [moved from doxygen/test/search/UndocumentedDir/UndocumentedFile.h with 100% similarity]
documentation/test_doxygen/search/example.cpp [moved from doxygen/test/search/example.cpp with 100% similarity]
documentation/test_doxygen/search/input.dox [moved from doxygen/test/search/input.dox with 100% similarity]
documentation/test_doxygen/search_long_suffix_length/Doxyfile [moved from doxygen/test/search_long_suffix_length/Doxyfile with 100% similarity]
documentation/test_doxygen/search_long_suffix_length/File.h [moved from doxygen/test/search_long_suffix_length/File.h with 100% similarity]
documentation/test_doxygen/test-search.js [moved from doxygen/test/test-search.js with 100% similarity]
documentation/test_doxygen/test_compound.py [moved from doxygen/test/test_compound.py with 86% similarity]
documentation/test_doxygen/test_contents.py [moved from doxygen/test/test_contents.py with 91% similarity]
documentation/test_doxygen/test_cpp.py [moved from doxygen/test/test_cpp.py with 91% similarity]
documentation/test_doxygen/test_doxyfile.py [moved from doxygen/test/test_doxyfile.py with 96% similarity]
documentation/test_doxygen/test_example.py [moved from doxygen/test/test_example.py with 91% similarity]
documentation/test_doxygen/test_layout.py [moved from doxygen/test/test_layout.py with 87% similarity]
documentation/test_doxygen/test_page.py [moved from doxygen/test/test_page.py with 89% similarity]
documentation/test_doxygen/test_search.py [moved from doxygen/test/test_search.py with 98% similarity]
documentation/test_doxygen/test_undocumented.py [moved from doxygen/test/test_undocumented.py with 96% similarity]
documentation/test_doxygen/test_utility.py [moved from doxygen/test/test_utility.py with 97% similarity]
documentation/test_doxygen/undocumented/Directory/File.h [moved from doxygen/test/undocumented/Directory/File.h with 100% similarity]
documentation/test_doxygen/undocumented/Doxyfile [moved from doxygen/test/undocumented/Doxyfile with 100% similarity]
documentation/test_doxygen/undocumented/File_8h.html [moved from doxygen/test/undocumented/File_8h.html with 100% similarity]
documentation/test_doxygen/undocumented/annotated.html [moved from doxygen/test/undocumented/annotated.html with 100% similarity]
documentation/test_doxygen/undocumented/classClass.html [moved from doxygen/test/undocumented/classClass.html with 100% similarity]
documentation/test_doxygen/undocumented/dir_4b0d5f8864bf89936129251a2d32609b.html [moved from doxygen/test/undocumented/dir_4b0d5f8864bf89936129251a2d32609b.html with 100% similarity]
documentation/test_doxygen/undocumented/files.html [moved from doxygen/test/undocumented/files.html with 100% similarity]
documentation/test_doxygen/undocumented/group__group.html [moved from doxygen/test/undocumented/group__group.html with 100% similarity]
documentation/test_doxygen/undocumented/namespaceNamespace.html [moved from doxygen/test/undocumented/namespaceNamespace.html with 100% similarity]
documentation/test_doxygen/undocumented/structNamespace_1_1ClassInANamespace.html [moved from doxygen/test/undocumented/structNamespace_1_1ClassInANamespace.html with 100% similarity]
doxygen/.gitignore [deleted file]
package/ci/travis.yml
plugins/latex2svgextra.py
plugins/m/test/code/page.html