summaryrefslogtreecommitdiffstatshomepage
path: root/doxygen/doxygen.config
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2019-10-09 02:19:32 +1100
committer Vas Crabb <vas@vastheman.com>2019-10-09 02:26:45 +1100
commitf43b28ed4a053e5531cfcd57e7031b8c9c6fc9d7 (patch)
treea4881b08a209a4acc7a20f0d025dacda8a5a3ddc /doxygen/doxygen.config
parenta110c8923cfdc448d5c1659bfa19855dd335cc46 (diff)
(nw) misc stuff:
* screen: validate crystal values used for set_raw * driver: get rid of sound start/reset overrides in machine configuration * vrender0.cpp, nexus3d.cpp: corrected pixel clock crystal value * mw8080bw.cpp: turned several audio subsystems into devices * bus/sat_ctrl: don't start subdevices in device_start - the machine does it for you * mb14241.cpp: simplify handlers * fgoal.cpp: updated for simplified handlers * devfind, screen: repair some doxy comments that had rotted with refactoring * doxygen: disable warnings for undocumented things - it's most of our codebase * snowbros.cpp: restore an output level setting lost in MCFG removal There's an outstanding validation error from the HP98543 DIO video card not using a valid crystal value. Someone needs to find a picture of the card and confirm or deny the existence of the 39.504MHz crystal. The various start/reset overrides are bugs waiting to happen. It's not immediately obvious that the ones run earlier can end up being called multiple times if subsequent ones throw missing dependencies exceptions. They're a relic of when everything from the old C-style drivers was thrown into classes all jumbled together.
Diffstat (limited to 'doxygen/doxygen.config')
-rw-r--r--doxygen/doxygen.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/doxygen.config b/doxygen/doxygen.config
index 0b2c5e3be73..787b8738463 100644
--- a/doxygen/doxygen.config
+++ b/doxygen/doxygen.config
@@ -689,7 +689,7 @@ WARNINGS = YES
# will automatically be disabled.
# The default value is: YES.
-WARN_IF_UNDOCUMENTED = YES
+WARN_IF_UNDOCUMENTED = NO
# If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
# potential errors in the documentation, such as not documenting some parameters