aboutsummaryrefslogtreecommitdiff
path: root/doxygen.config
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2011-05-21 14:37:15 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2011-05-21 14:37:15 +0000
commit0120c1d4fbf27d814ae1d4e8c3f76bf89ba34ed4 (patch)
treeacba7cbaa6c1500917b0d1982c6c166a04a58c0a /doxygen.config
parented215b0366cb3c690b49c7b60246bc5b6e81f8a4 (diff)
Completely refactored the TurboJPEG C API so that it uses pixel formats instead of the clunky pixel size + flags combination to define the pixel size and component order. tjCompress2() and tjTransform() can also now grow the JPEG buffer as needed, which can allow programs to save memory by not pre-allocating the "worst-case" buffer size calculated by TJBUFSIZE(). Converted API documentation to Doxygen. There is no legacy code remaining, so the refactored version of the library has been re-licensed under a BSD-style license.
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@616 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'doxygen.config')
-rw-r--r--doxygen.config13
1 files changed, 13 insertions, 0 deletions
diff --git a/doxygen.config b/doxygen.config
new file mode 100644
index 0000000..6c6e8ee
--- /dev/null
+++ b/doxygen.config
@@ -0,0 +1,13 @@
+PROJECT_NAME = TurboJPEG
+PROJECT_NUMBER = 1.2
+OUTPUT_DIRECTORY = doc/
+USE_WINDOWS_ENCODING = NO
+OPTIMIZE_OUTPUT_FOR_C = YES
+WARN_NO_PARAMDOC = YES
+GENERATE_LATEX = NO
+FILE_PATTERNS = turbojpeg.h
+HIDE_UNDOC_MEMBERS = YES
+VERBATIM_HEADERS = NO
+EXTRACT_STATIC = YES
+JAVADOC_AUTOBRIEF = YES
+MAX_INITIALIZER_LINES = 0