Update Doxygen configuration

This commit is contained in:
Carsten Teibes
2020-05-16 03:49:59 +02:00
parent 6f8e67656e
commit 95dbcb0461
3 changed files with 476 additions and 279 deletions

626
Doxyfile

File diff suppressed because it is too large Load Diff

View File

@@ -5,3 +5,5 @@ SUBDIRS = src tools
MOSTLYCLEANFILES = $(DX_CLEANFILES)
EXTRA_DIST = LICENSE VERSION README.md Doxyfile doc/html
@DX_RULES@

View File

@@ -39,6 +39,7 @@ AC_CHECK_FUNCS([getcwd strchr])
# Doxygen.
DX_HTML_FEATURE(ON)
DX_DOT_FEATURE(ON)
DX_CHM_FEATURE(OFF)
DX_CHI_FEATURE(OFF)
DX_MAN_FEATURE(OFF)
@@ -46,7 +47,7 @@ DX_RTF_FEATURE(OFF)
DX_XML_FEATURE(OFF)
DX_PDF_FEATURE(OFF)
DX_PS_FEATURE(OFF)
DX_INIT_DOXYGEN(pspsdk, Doxyfile, doc)
DX_INIT_DOXYGEN(PSPSDK, Doxyfile, doc)
# Override the default prefix to point to where the pspdev tools should be installed.
# The binaries will end up in $prefix/bin, but pspsdk itself will end up in $prefix/$target/sdk.