From: Jean-Christophe Beaupré Date: Thu, 18 Dec 2014 20:51:47 +0000 (-0500) Subject: neo_doxygen: Rename the `doc` module. X-Git-Tag: v0.7~3^2~5 X-Git-Url: http://nitlanguage.org neo_doxygen: Rename the `doc` module. Signed-off-by: Jean-Christophe Beaupré --- diff --git a/contrib/neo_doxygen/src/doxml/doc.nit b/contrib/neo_doxygen/src/doxml/doc_listener.nit similarity index 97% rename from contrib/neo_doxygen/src/doxml/doc.nit rename to contrib/neo_doxygen/src/doxml/doc_listener.nit index da9f09e..cf2490c 100644 --- a/contrib/neo_doxygen/src/doxml/doc.nit +++ b/contrib/neo_doxygen/src/doxml/doc_listener.nit @@ -13,7 +13,7 @@ # limitations under the License. # Documentation reading. -module doxml::doc +module doxml::doc_listener import listener diff --git a/contrib/neo_doxygen/src/doxml/entitydef.nit b/contrib/neo_doxygen/src/doxml/entitydef.nit index 6c11a6c..0f83aa1 100644 --- a/contrib/neo_doxygen/src/doxml/entitydef.nit +++ b/contrib/neo_doxygen/src/doxml/entitydef.nit @@ -15,7 +15,7 @@ # Common SAX listeners for entity definitions. module doxml::entitydef -import doc +import doc_listener # Processes the content of an entity definition. abstract class EntityDefListener