neo_doxygen: Introduce a tool to import a Doxygen model.
authorJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Tue, 4 Nov 2014 17:13:46 +0000 (12:13 -0500)
committerJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Tue, 4 Nov 2014 17:13:46 +0000 (12:13 -0500)
commit854de1c7e7d78fe957e814d8071a2a1048f79f22
treed6b1fdcf57bb20c4e7cec2c0803c33f2118f5aaa
parent4afeeb22726296e7c8945b2dd2645ff15a7e25e2
neo_doxygen: Introduce a tool to import a Doxygen model.

Import the following:

* Classes
* Namespaces
* Inheritance relationships
* Documentation of classes (not formatted yet)

Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
12 files changed:
contrib/neo_doxygen/Makefile [new file with mode: 0644]
contrib/neo_doxygen/src/doxml/compounddef.nit [new file with mode: 0644]
contrib/neo_doxygen/src/doxml/doc.nit [new file with mode: 0644]
contrib/neo_doxygen/src/doxml/doxml.nit [new file with mode: 0644]
contrib/neo_doxygen/src/doxml/entitydef.nit [new file with mode: 0644]
contrib/neo_doxygen/src/doxml/listener.nit [new file with mode: 0644]
contrib/neo_doxygen/src/model/class_compound.nit [new file with mode: 0644]
contrib/neo_doxygen/src/model/graph.nit [new file with mode: 0644]
contrib/neo_doxygen/src/model/location.nit [new file with mode: 0644]
contrib/neo_doxygen/src/model/model.nit [new file with mode: 0644]
contrib/neo_doxygen/src/model/module_compound.nit [new file with mode: 0644]
contrib/neo_doxygen/src/neo_doxygen.nit [new file with mode: 0644]