neo_doxygen: Rename the `doc` module.
authorJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Thu, 18 Dec 2014 20:51:47 +0000 (15:51 -0500)
committerJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Sun, 21 Dec 2014 03:44:13 +0000 (22:44 -0500)
Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>

contrib/neo_doxygen/src/doxml/doc_listener.nit [moved from contrib/neo_doxygen/src/doxml/doc.nit with 97% similarity]
contrib/neo_doxygen/src/doxml/entitydef.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 (file)
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 # Documentation reading.
-module doxml::doc
+module doxml::doc_listener
 
 import listener
 
index 6c11a6c..0f83aa1 100644 (file)
@@ -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