summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-05-12 10:28:41 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-05-12 10:28:41 +0200
commitf2b21a51f82eb16548d224a888093ea504f5f85a (patch)
treeb4a1d732c386cdbde7a5552a8b8dc5463d9ec91d /makefile
parent54e5245846274113a25ab9e53654e553339c7ece (diff)
Added doxygen documentation definition file and make target for it (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/makefile b/makefile
index 385c04eca61..b022934fe69 100644
--- a/makefile
+++ b/makefile
@@ -1010,3 +1010,13 @@ else
$(shell find src/ -name *.inc -exec ./srcclean {} >&2 ;)
$(shell find hash/ -name *.xml -exec ./srcclean {} >&2 ;)
endif
+
+#-------------------------------------------------
+# Doxygen documentation
+#-------------------------------------------------
+
+.PHONY: doxygen
+
+doxygen:
+ @echo Generate Doxygen documentation
+ doxygen mame.doxygen