mirror of
https://github.com/holub/mame
synced 2025-06-15 17:07:05 +03:00
Added doxygen documentation definition file and make target for it (nw)
This commit is contained in:
parent
54e5245846
commit
f2b21a51f8
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
|
10
makefile
10
makefile
@ -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
2381
mame.doxygen
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user