1 # 2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 3 # 4 # Copyright (c) 2007 Sun Microsystems, Inc. All Rights Reserved. 5 # 6 # The contents of this file are subject to the terms of either the GNU Lesser 7 # General Public License Version 2.1 only ("LGPL") or the Common Development and 8 # Distribution License ("CDDL")(collectively, the "License"). You may not use this 9 # file except in compliance with the License. You can obtain a copy of the CDDL at 10 # http://www.opensource.org/licenses/cddl1.php and a copy of the LGPLv2.1 at 11 # http://www.opensource.org/licenses/lgpl-license.php. See the License for the 12 # specific language governing permissions and limitations under the License. When 13 # distributing the software, include this License Header Notice in each file and 14 # include the full text of the License in the License file as well as the 15 # following notice: 16 # 17 # NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION LICENSE 18 # (CDDL) 19 # For Covered Software in this distribution, this License shall be governed by the 20 # laws of the State of California (excluding conflict-of-law provisions). 21 # Any litigation relating to this License shall be subject to the jurisdiction of 22 # the Federal Courts of the Northern District of California and the state courts 23 # of the State of California, with venue lying in Santa Clara County, California. 24 # 25 # Contributor(s): 26 # 27 # If you wish your version of this file to be governed by only the CDDL or only 28 # the LGPL Version 2.1, indicate your decision by adding "[Contributor]" elects to 29 # include this software in this distribution under the [CDDL or LGPL Version 2.1] 30 # license." If you don't indicate a single choice of license, a recipient has the 31 # option to distribute your version of this file under either the CDDL or the LGPL 32 # Version 2.1, or to extend the choice of license to its licensees as provided 33 # above. However, if you add LGPL Version 2.1 code and therefore, elected the LGPL 34 # Version 2 license, then the option applies only if the new code is made subject 35 # to such option by the copyright holder. 36 # 37 # Doxyfile 1.2.13-20020210 38 39 #--------------------------------------------------------------------------- 40 # General configuration options 41 #--------------------------------------------------------------------------- 42 PROJECT_NAME = "SUN Pinyin IME" 43 PROJECT_NUMBER = 1.0 44 OUTPUT_DIRECTORY = devdoc/ 45 OUTPUT_LANGUAGE = Chinese 46 EXTRACT_ALL = YES 47 EXTRACT_PRIVATE = YES 48 EXTRACT_STATIC = YES 49 EXTRACT_LOCAL_CLASSES = YES 50 HIDE_UNDOC_MEMBERS = NO 51 HIDE_UNDOC_CLASSES = NO 52 BRIEF_MEMBER_DESC = YES 53 REPEAT_BRIEF = YES 54 ALWAYS_DETAILED_SEC = NO 55 INLINE_INHERITED_MEMB = NO 56 FULL_PATH_NAMES = NO 57 STRIP_FROM_PATH = 58 INTERNAL_DOCS = NO 59 STRIP_CODE_COMMENTS = YES 60 CASE_SENSE_NAMES = YES 61 SHORT_NAMES = NO 62 HIDE_SCOPE_NAMES = NO 63 VERBATIM_HEADERS = YES 64 SHOW_INCLUDE_FILES = YES 65 JAVADOC_AUTOBRIEF = NO 66 MULTILINE_CPP_IS_BRIEF = NO 67 DETAILS_AT_TOP = NO 68 INHERIT_DOCS = YES 69 INLINE_INFO = YES 70 SORT_MEMBER_DOCS = YES 71 DISTRIBUTE_GROUP_DOC = NO 72 TAB_SIZE = 8 73 GENERATE_TODOLIST = YES 74 GENERATE_TESTLIST = YES 75 GENERATE_BUGLIST = YES 76 ALIASES = 77 ENABLED_SECTIONS = 78 MAX_INITIALIZER_LINES = 30 79 OPTIMIZE_OUTPUT_FOR_C = NO 80 OPTIMIZE_OUTPUT_JAVA = NO 81 SHOW_USED_FILES = YES 82 #--------------------------------------------------------------------------- 83 # configuration options related to warning and progress messages 84 #--------------------------------------------------------------------------- 85 QUIET = NO 86 WARNINGS = YES 87 WARN_IF_UNDOCUMENTED = YES 88 WARN_FORMAT = "$file:$line: $text" 89 WARN_LOGFILE = 90 #--------------------------------------------------------------------------- 91 # configuration options related to the input files 92 #--------------------------------------------------------------------------- 93 INPUT = src/ 94 FILE_PATTERNS = 95 RECURSIVE = YES 96 EXCLUDE = 97 EXCLUDE_SYMLINKS = NO 98 EXCLUDE_PATTERNS = 99 EXAMPLE_PATH = 100 EXAMPLE_PATTERNS = 101 EXAMPLE_RECURSIVE = NO 102 IMAGE_PATH = 103 INPUT_FILTER = 104 FILTER_SOURCE_FILES = NO 105 #--------------------------------------------------------------------------- 106 # configuration options related to source browsing 107 #--------------------------------------------------------------------------- 108 SOURCE_BROWSER = NO 109 INLINE_SOURCES = NO 110 REFERENCED_BY_RELATION = YES 111 REFERENCES_RELATION = YES 112 #--------------------------------------------------------------------------- 113 # configuration options related to the alphabetical class index 114 #--------------------------------------------------------------------------- 115 ALPHABETICAL_INDEX = NO 116 COLS_IN_ALPHA_INDEX = 5 117 IGNORE_PREFIX = 118 #--------------------------------------------------------------------------- 119 # configuration options related to the HTML output 120 #--------------------------------------------------------------------------- 121 GENERATE_HTML = YES 122 HTML_OUTPUT = html 123 HTML_FILE_EXTENSION = .html 124 HTML_HEADER = 125 HTML_FOOTER = 126 HTML_STYLESHEET = 127 HTML_ALIGN_MEMBERS = YES 128 GENERATE_HTMLHELP = NO 129 CHM_FILE = 130 HHC_LOCATION = 131 GENERATE_CHI = NO 132 BINARY_TOC = NO 133 TOC_EXPAND = NO 134 DISABLE_INDEX = NO 135 ENUM_VALUES_PER_LINE = 4 136 GENERATE_TREEVIEW = NO 137 TREEVIEW_WIDTH = 250 138 #--------------------------------------------------------------------------- 139 # configuration options related to the LaTeX output 140 #--------------------------------------------------------------------------- 141 GENERATE_LATEX = NO 142 LATEX_OUTPUT = latex 143 LATEX_CMD_NAME = latex 144 MAKEINDEX_CMD_NAME = makeindex 145 COMPACT_LATEX = NO 146 PAPER_TYPE = a4wide 147 EXTRA_PACKAGES = 148 LATEX_HEADER = 149 PDF_HYPERLINKS = NO 150 USE_PDFLATEX = NO 151 LATEX_BATCHMODE = NO 152 #--------------------------------------------------------------------------- 153 # configuration options related to the RTF output 154 #--------------------------------------------------------------------------- 155 GENERATE_RTF = NO 156 RTF_OUTPUT = rtf 157 COMPACT_RTF = NO 158 RTF_HYPERLINKS = NO 159 RTF_STYLESHEET_FILE = 160 RTF_EXTENSIONS_FILE = 161 #--------------------------------------------------------------------------- 162 # configuration options related to the man page output 163 #--------------------------------------------------------------------------- 164 GENERATE_MAN = NO 165 MAN_OUTPUT = man 166 MAN_EXTENSION = .3 167 MAN_LINKS = NO 168 #--------------------------------------------------------------------------- 169 # configuration options related to the XML output 170 #--------------------------------------------------------------------------- 171 GENERATE_XML = NO 172 #--------------------------------------------------------------------------- 173 # configuration options for the AutoGen Definitions output 174 #--------------------------------------------------------------------------- 175 GENERATE_AUTOGEN_DEF = NO 176 #--------------------------------------------------------------------------- 177 # Configuration options related to the preprocessor 178 #--------------------------------------------------------------------------- 179 ENABLE_PREPROCESSING = YES 180 MACRO_EXPANSION = NO 181 EXPAND_ONLY_PREDEF = NO 182 SEARCH_INCLUDES = YES 183 INCLUDE_PATH = 184 INCLUDE_FILE_PATTERNS = 185 PREDEFINED = 186 EXPAND_AS_DEFINED = 187 SKIP_FUNCTION_MACROS = YES 188 #--------------------------------------------------------------------------- 189 # Configuration::addtions related to external references 190 #--------------------------------------------------------------------------- 191 TAGFILES = 192 GENERATE_TAGFILE = 193 ALLEXTERNALS = NO 194 EXTERNAL_GROUPS = YES 195 PERL_PATH = /usr/bin/perl 196 #--------------------------------------------------------------------------- 197 # Configuration options related to the dot tool 198 #--------------------------------------------------------------------------- 199 CLASS_DIAGRAMS = YES 200 HIDE_UNDOC_RELATIONS = YES 201 HAVE_DOT = NO 202 CLASS_GRAPH = YES 203 COLLABORATION_GRAPH = YES 204 TEMPLATE_RELATIONS = YES 205 INCLUDE_GRAPH = YES 206 INCLUDED_BY_GRAPH = YES 207 GRAPHICAL_HIERARCHY = YES 208 DOT_IMAGE_FORMAT = png 209 DOT_PATH = 210 DOTFILE_DIRS = 211 MAX_DOT_GRAPH_WIDTH = 1024 212 MAX_DOT_GRAPH_HEIGHT = 1024 213 GENERATE_LEGEND = YES 214 DOT_CLEANUP = YES 215 #--------------------------------------------------------------------------- 216 # Configuration::addtions related to the search engine 217 #--------------------------------------------------------------------------- 218 SEARCHENGINE = NO 219 CGI_NAME = search.cgi 220 CGI_URL = 221 DOC_URL = 222 DOC_ABSPATH = 223 BIN_ABSPATH = /usr/local/bin/ 224 EXT_DOC_PATHS = 225