contrib: Kill `neo_doxygen`
authorAlexandre Terrasa <alexandre@moz-code.org>
Thu, 11 Jul 2019 00:05:08 +0000 (20:05 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Thu, 11 Jul 2019 00:06:41 +0000 (20:06 -0400)
commit5213c5e629aac91c86f65951a829d6125343a55c
tree847e0b5da45be70d45edd47ebab4e53c3bc1137f
parent562a2f63d03bfd2113f66e17a33e39c399a064ae
contrib: Kill `neo_doxygen`

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>
104 files changed:
contrib/neo_doxygen/Makefile [deleted file]
contrib/neo_doxygen/README.md [deleted file]
contrib/neo_doxygen/gen-all.sh [deleted file]
contrib/neo_doxygen/gen-one.sh [deleted file]
contrib/neo_doxygen/package.ini [deleted file]
contrib/neo_doxygen/sh-lib/README.md [deleted file]
contrib/neo_doxygen/sh-lib/errors.sh [deleted file]
contrib/neo_doxygen/sh-lib/more_sed.sh [deleted file]
contrib/neo_doxygen/src/doxml/compounddef.nit [deleted file]
contrib/neo_doxygen/src/doxml/doc_listener.nit [deleted file]
contrib/neo_doxygen/src/doxml/doxml.nit [deleted file]
contrib/neo_doxygen/src/doxml/doxyname.nit [deleted file]
contrib/neo_doxygen/src/doxml/entitydef.nit [deleted file]
contrib/neo_doxygen/src/doxml/language_specific.nit [deleted file]
contrib/neo_doxygen/src/doxml/listener.nit [deleted file]
contrib/neo_doxygen/src/doxml/memberdef.nit [deleted file]
contrib/neo_doxygen/src/graph_store.nit [deleted file]
contrib/neo_doxygen/src/model/class_compound.nit [deleted file]
contrib/neo_doxygen/src/model/descriptions.nit [deleted file]
contrib/neo_doxygen/src/model/graph.nit [deleted file]
contrib/neo_doxygen/src/model/inner_class.nit [deleted file]
contrib/neo_doxygen/src/model/linked_text.nit [deleted file]
contrib/neo_doxygen/src/model/location.nit [deleted file]
contrib/neo_doxygen/src/model/member.nit [deleted file]
contrib/neo_doxygen/src/model/model.nit [deleted file]
contrib/neo_doxygen/src/model/module_compound.nit [deleted file]
contrib/neo_doxygen/src/model/namespace_members.nit [deleted file]
contrib/neo_doxygen/src/model/type_entity.nit [deleted file]
contrib/neo_doxygen/src/neo_doxygen.nit [deleted file]
contrib/neo_doxygen/src/tests/README.md [deleted file]
contrib/neo_doxygen/src/tests/neo_doxygen_doc_module_class.nit [deleted file]
contrib/neo_doxygen/src/tests/neo_doxygen_dump.nit [deleted file]
contrib/neo_doxygen/src/tests/neo_doxygen_file_compound.nit [deleted file]
contrib/neo_doxygen/src/tests/neo_doxygen_graph_empty_project.nit [deleted file]
contrib/neo_doxygen/src/tests/neo_doxygen_namespace_members.nit [deleted file]
contrib/neo_doxygen/src/tests/tests.nit [deleted file]
contrib/neo_doxygen/tests/.gitattributes [deleted file]
contrib/neo_doxygen/tests/.gitignore [deleted file]
contrib/neo_doxygen/tests/Makefile [deleted file]
contrib/neo_doxygen/tests/README.md [deleted file]
contrib/neo_doxygen/tests/doxyproject.mk [deleted file]
contrib/neo_doxygen/tests/empty-project/Doxyfile [deleted file]
contrib/neo_doxygen/tests/empty-project/README.md [deleted file]
contrib/neo_doxygen/tests/empty-project/src/org/example/foo/void.txt [deleted file]
contrib/neo_doxygen/tests/empty-project/xml/combine.xslt [deleted file]
contrib/neo_doxygen/tests/empty-project/xml/compound.xsd [deleted file]
contrib/neo_doxygen/tests/empty-project/xml/index.xml [deleted file]
contrib/neo_doxygen/tests/empty-project/xml/index.xsd [deleted file]
contrib/neo_doxygen/tests/inner-class/Doxyfile [deleted file]
contrib/neo_doxygen/tests/inner-class/README.md [deleted file]
contrib/neo_doxygen/tests/inner-class/src/OuterClass.java [deleted file]
contrib/neo_doxygen/tests/inner-class/xml/_outer_class_8java.xml [deleted file]
contrib/neo_doxygen/tests/inner-class/xml/class_outer_class.xml [deleted file]
contrib/neo_doxygen/tests/inner-class/xml/class_outer_class_1_1_inner_class.xml [deleted file]
contrib/neo_doxygen/tests/inner-class/xml/combine.xslt [deleted file]
contrib/neo_doxygen/tests/inner-class/xml/compound.xsd [deleted file]
contrib/neo_doxygen/tests/inner-class/xml/dir_68267d1309a1af8e8297ef4c3efbcdba.xml [deleted file]
contrib/neo_doxygen/tests/inner-class/xml/index.xml [deleted file]
contrib/neo_doxygen/tests/inner-class/xml/index.xsd [deleted file]
contrib/neo_doxygen/tests/java-project/Doxyfile [deleted file]
contrib/neo_doxygen/tests/java-project/README.md [deleted file]
contrib/neo_doxygen/tests/java-project/src/org/example/foo/A.java [deleted file]
contrib/neo_doxygen/tests/java-project/src/org/example/foo/B.java [deleted file]
contrib/neo_doxygen/tests/java-project/src/org/example/foo/C.java [deleted file]
contrib/neo_doxygen/tests/java-project/src/org/example/foo/EmptyClass.java [deleted file]
contrib/neo_doxygen/tests/java-project/xml/_a_8java.xml [deleted file]
contrib/neo_doxygen/tests/java-project/xml/_b_8java.xml [deleted file]
contrib/neo_doxygen/tests/java-project/xml/_c_8java.xml [deleted file]
contrib/neo_doxygen/tests/java-project/xml/_empty_class_8java.xml [deleted file]
contrib/neo_doxygen/tests/java-project/xml/classorg_1_1example_1_1foo_1_1_a.xml [deleted file]
contrib/neo_doxygen/tests/java-project/xml/classorg_1_1example_1_1foo_1_1_b.xml [deleted file]
contrib/neo_doxygen/tests/java-project/xml/classorg_1_1example_1_1foo_1_1_empty_class.xml [deleted file]
contrib/neo_doxygen/tests/java-project/xml/combine.xslt [deleted file]
contrib/neo_doxygen/tests/java-project/xml/compound.xsd [deleted file]
contrib/neo_doxygen/tests/java-project/xml/dir_68267d1309a1af8e8297ef4c3efbcdba.xml [deleted file]
contrib/neo_doxygen/tests/java-project/xml/dir_8c35fc67c36f89d827afb23e8c52a418.xml [deleted file]
contrib/neo_doxygen/tests/java-project/xml/dir_ad5d6582648a7bbb3a301939a41e6c0b.xml [deleted file]
contrib/neo_doxygen/tests/java-project/xml/dir_b8e0663afee48cb679b74bbd21bdf843.xml [deleted file]
contrib/neo_doxygen/tests/java-project/xml/index.xml [deleted file]
contrib/neo_doxygen/tests/java-project/xml/index.xsd [deleted file]
contrib/neo_doxygen/tests/java-project/xml/interfaceorg_1_1example_1_1foo_1_1_c.xml [deleted file]
contrib/neo_doxygen/tests/java-project/xml/namespaceorg.xml [deleted file]
contrib/neo_doxygen/tests/java-project/xml/namespaceorg_1_1example.xml [deleted file]
contrib/neo_doxygen/tests/java-project/xml/namespaceorg_1_1example_1_1foo.xml [deleted file]
contrib/neo_doxygen/tests/python-def/Doxyfile [deleted file]
contrib/neo_doxygen/tests/python-def/README.md [deleted file]
contrib/neo_doxygen/tests/python-def/src/foo.py [deleted file]
contrib/neo_doxygen/tests/python-def/xml/combine.xslt [deleted file]
contrib/neo_doxygen/tests/python-def/xml/compound.xsd [deleted file]
contrib/neo_doxygen/tests/python-def/xml/dir_68267d1309a1af8e8297ef4c3efbcdba.xml [deleted file]
contrib/neo_doxygen/tests/python-def/xml/foo_8py.xml [deleted file]
contrib/neo_doxygen/tests/python-def/xml/index.xml [deleted file]
contrib/neo_doxygen/tests/python-def/xml/index.xsd [deleted file]
contrib/neo_doxygen/tests/python-def/xml/namespacefoo.xml [deleted file]
contrib/neo_doxygen/tests/root-namespace/Doxyfile [deleted file]
contrib/neo_doxygen/tests/root-namespace/README.md [deleted file]
contrib/neo_doxygen/tests/root-namespace/src/Foo.java [deleted file]
contrib/neo_doxygen/tests/root-namespace/xml/_foo_8java.xml [deleted file]
contrib/neo_doxygen/tests/root-namespace/xml/class_foo.xml [deleted file]
contrib/neo_doxygen/tests/root-namespace/xml/combine.xslt [deleted file]
contrib/neo_doxygen/tests/root-namespace/xml/compound.xsd [deleted file]
contrib/neo_doxygen/tests/root-namespace/xml/dir_68267d1309a1af8e8297ef4c3efbcdba.xml [deleted file]
contrib/neo_doxygen/tests/root-namespace/xml/index.xml [deleted file]
contrib/neo_doxygen/tests/root-namespace/xml/index.xsd [deleted file]