aboutsummaryrefslogtreecommitdiff
path: root/doxygen.config
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2011-05-21 15:34:54 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2011-05-21 15:34:54 +0000
commit36040089583c49b613efa176ce4288486d7ad3ec (patch)
tree81b6a6768db748cd3ffd7ee89938a6d8cffc3348 /doxygen.config
parent0120c1d4fbf27d814ae1d4e8c3f76bf89ba34ed4 (diff)
Clean up constants so that flags, pixel formats, etc. are clearly differentiated; Update documentation accordingly; Name the enums to make it easier to reference them in the docs and clean up the references accordingly; Set Doxygen option to force a detailed description for the constants to always be generated
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@617 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'doxygen.config')
-rw-r--r--doxygen.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/doxygen.config b/doxygen.config
index 6c6e8ee..5fb34b3 100644
--- a/doxygen.config
+++ b/doxygen.config
@@ -11,3 +11,4 @@ VERBATIM_HEADERS = NO
EXTRACT_STATIC = YES
JAVADOC_AUTOBRIEF = YES
MAX_INITIALIZER_LINES = 0
+ALWAYS_DETAILED_SEC = YES