Added doxygen documentation definition file and make target for it (nw)

This commit is contained in:
Miodrag Milanovic 2015-05-12 10:28:41 +02:00
parent 54e5245846
commit f2b21a51f8
3 changed files with 2394 additions and 1 deletions

2
.gitignore vendored
View File

@ -4,6 +4,7 @@
!/.gitattributes !/.gitattributes
!/.gitignore !/.gitignore
!/makefile !/makefile
!/mame.doxygen
!/*.md !/*.md
/cfg /cfg
/diff /diff
@ -18,3 +19,4 @@ src/regtests/jedutil/output
/sta /sta
*.pyc *.pyc
/build /build
/documentation

View File

@ -1010,3 +1010,13 @@ else
$(shell find src/ -name *.inc -exec ./srcclean {} >&2 ;) $(shell find src/ -name *.inc -exec ./srcclean {} >&2 ;)
$(shell find hash/ -name *.xml -exec ./srcclean {} >&2 ;) $(shell find hash/ -name *.xml -exec ./srcclean {} >&2 ;)
endif endif
#-------------------------------------------------
# Doxygen documentation
#-------------------------------------------------
.PHONY: doxygen
doxygen:
@echo Generate Doxygen documentation
doxygen mame.doxygen

2381
mame.doxygen Normal file

File diff suppressed because it is too large Load Diff