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

4
.gitignore vendored
View file

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

View file

@ -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

2381
mame.doxygen Normal file

File diff suppressed because it is too large Load diff