mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-03 16:51:27 +00:00
Update Doxygen configuration
This commit is contained in:
@@ -5,3 +5,5 @@ SUBDIRS = src tools
|
||||
MOSTLYCLEANFILES = $(DX_CLEANFILES)
|
||||
|
||||
EXTRA_DIST = LICENSE VERSION README.md Doxyfile doc/html
|
||||
|
||||
@DX_RULES@
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user