sl@0: # Doxyfile 1.4.6 sl@0: sl@0: #--------------------------------------------------------------------------- sl@0: # Project related configuration options sl@0: #--------------------------------------------------------------------------- sl@0: PROJECT_NAME = "Content Access Framework" sl@0: PROJECT_NUMBER = sl@0: OUTPUT_DIRECTORY = ./output sl@0: CREATE_SUBDIRS = NO sl@0: OUTPUT_LANGUAGE = English sl@0: USE_WINDOWS_ENCODING = YES sl@0: BRIEF_MEMBER_DESC = YES sl@0: REPEAT_BRIEF = YES sl@0: ABBREVIATE_BRIEF = sl@0: ALWAYS_DETAILED_SEC = NO sl@0: INLINE_INHERITED_MEMB = NO sl@0: FULL_PATH_NAMES = NO sl@0: STRIP_FROM_PATH = sl@0: STRIP_FROM_INC_PATH = sl@0: SHORT_NAMES = NO sl@0: JAVADOC_AUTOBRIEF = YES sl@0: MULTILINE_CPP_IS_BRIEF = NO sl@0: DETAILS_AT_TOP = NO sl@0: INHERIT_DOCS = YES sl@0: SEPARATE_MEMBER_PAGES = NO sl@0: TAB_SIZE = 8 sl@0: ALIASES = "publishedAll=@par Interface: publishedAll\n" \ sl@0: "publishedPartner=@par Interface: publishedPartner\n" \ sl@0: "internalAll=@par Interface: internalAll\n" \ sl@0: "internalComponent=@par Interface: internalComponent\n" \ sl@0: "internalTechnology=@par Interface: internalTechnology\n" \ sl@0: "prototype=@par Interface: prototype\n" \ sl@0: "interim=@par Interface: interim\n" \ sl@0: "released=@par Interface: released\n" \ sl@0: "deprecated=@par Interface: deprecated\n" \ sl@0: "removed=@par Interface: removed\n" \ sl@0: "capability=@par Capability: \n" \ sl@0: "leave=@par Leave: \n" \ sl@0: "panic=@par Panic: \n" \ sl@0: "SYMPurpose=@par File Purpose: \n" sl@0: OPTIMIZE_OUTPUT_FOR_C = NO sl@0: OPTIMIZE_OUTPUT_JAVA = NO sl@0: BUILTIN_STL_SUPPORT = NO sl@0: DISTRIBUTE_GROUP_DOC = NO sl@0: SUBGROUPING = YES sl@0: #--------------------------------------------------------------------------- sl@0: # Build related configuration options sl@0: #--------------------------------------------------------------------------- sl@0: EXTRACT_ALL = YES sl@0: EXTRACT_PRIVATE = NO sl@0: EXTRACT_STATIC = YES sl@0: EXTRACT_LOCAL_CLASSES = NO sl@0: EXTRACT_LOCAL_METHODS = NO sl@0: HIDE_UNDOC_MEMBERS = NO sl@0: HIDE_UNDOC_CLASSES = NO sl@0: HIDE_FRIEND_COMPOUNDS = NO sl@0: HIDE_IN_BODY_DOCS = YES sl@0: INTERNAL_DOCS = NO sl@0: CASE_SENSE_NAMES = YES sl@0: HIDE_SCOPE_NAMES = NO sl@0: SHOW_INCLUDE_FILES = YES sl@0: INLINE_INFO = YES sl@0: SORT_MEMBER_DOCS = YES sl@0: SORT_BRIEF_DOCS = NO sl@0: SORT_BY_SCOPE_NAME = NO sl@0: GENERATE_TODOLIST = NO sl@0: GENERATE_TESTLIST = NO sl@0: GENERATE_BUGLIST = NO sl@0: GENERATE_DEPRECATEDLIST= YES sl@0: ENABLED_SECTIONS = sl@0: MAX_INITIALIZER_LINES = 30 sl@0: SHOW_USED_FILES = YES sl@0: SHOW_DIRECTORIES = NO sl@0: FILE_VERSION_FILTER = sl@0: #--------------------------------------------------------------------------- sl@0: # configuration options related to warning and progress messages sl@0: #--------------------------------------------------------------------------- sl@0: QUIET = NO sl@0: WARNINGS = YES sl@0: WARN_IF_UNDOCUMENTED = YES sl@0: WARN_IF_DOC_ERROR = YES sl@0: WARN_NO_PARAMDOC = NO sl@0: WARN_FORMAT = "$file:$line: $text" sl@0: WARN_LOGFILE = sl@0: #--------------------------------------------------------------------------- sl@0: # configuration options related to the input files sl@0: #--------------------------------------------------------------------------- sl@0: INPUT = ../../inc \ sl@0: ./cafmainpage.dox \ sl@0: ./CAFIntroduction.dox \ sl@0: ./Architecture.dox \ sl@0: ./HowToContentAPI.dox \ sl@0: ./NavigatingArchiveFiles.dox \ sl@0: ./Attributes.dox \ sl@0: ./HowToSupplierAPI.dox \ sl@0: ./HowToManageFiles.dox \ sl@0: ./HowToManageAgents.dox \ sl@0: ./RightsManagerAPI.dox \ sl@0: ./CAFCorruptData.dox \ sl@0: ./UI.dox \ sl@0: ./CafRecognizer.dox \ sl@0: ./HowToAgentConfiguration.dox \ sl@0: ./BackupAndRestoreOfAgentData.dox \ sl@0: ./Examples.dox \ sl@0: ./AsyncSendReceive.dox \ sl@0: ./licensees.dox \ sl@0: ./ReleaseNotes.dox sl@0: FILE_PATTERNS = *.cpp \ sl@0: *.h \ sl@0: *.inl \ sl@0: *.hrh \ sl@0: *.rss sl@0: RECURSIVE = YES sl@0: EXCLUDE = sl@0: EXCLUDE_SYMLINKS = NO sl@0: EXCLUDE_PATTERNS = *.policy sl@0: EXAMPLE_PATH = sl@0: EXAMPLE_PATTERNS = sl@0: EXAMPLE_RECURSIVE = NO sl@0: IMAGE_PATH = . sl@0: INPUT_FILTER = sl@0: FILTER_PATTERNS = sl@0: FILTER_SOURCE_FILES = NO sl@0: #--------------------------------------------------------------------------- sl@0: # configuration options related to source browsing sl@0: #--------------------------------------------------------------------------- sl@0: SOURCE_BROWSER = NO sl@0: INLINE_SOURCES = NO sl@0: STRIP_CODE_COMMENTS = YES sl@0: REFERENCED_BY_RELATION = YES sl@0: REFERENCES_RELATION = YES sl@0: USE_HTAGS = NO sl@0: VERBATIM_HEADERS = YES sl@0: #--------------------------------------------------------------------------- sl@0: # configuration options related to the alphabetical class index sl@0: #--------------------------------------------------------------------------- sl@0: ALPHABETICAL_INDEX = NO sl@0: COLS_IN_ALPHA_INDEX = 5 sl@0: IGNORE_PREFIX = sl@0: #--------------------------------------------------------------------------- sl@0: # configuration options related to the HTML output sl@0: #--------------------------------------------------------------------------- sl@0: GENERATE_HTML = YES sl@0: HTML_OUTPUT = html sl@0: HTML_FILE_EXTENSION = .html sl@0: HTML_HEADER = sl@0: HTML_FOOTER = sl@0: HTML_STYLESHEET = sl@0: HTML_ALIGN_MEMBERS = YES sl@0: GENERATE_HTMLHELP = YES sl@0: CHM_FILE = ../../../../engineering/CAF_Documentation.chm sl@0: HHC_LOCATION = "C:/Program Files/HTML Help Workshop/hhc.exe" sl@0: GENERATE_CHI = NO sl@0: BINARY_TOC = NO sl@0: TOC_EXPAND = NO sl@0: DISABLE_INDEX = NO sl@0: ENUM_VALUES_PER_LINE = 2 sl@0: GENERATE_TREEVIEW = NO sl@0: TREEVIEW_WIDTH = 250 sl@0: #--------------------------------------------------------------------------- sl@0: # configuration options related to the LaTeX output sl@0: #--------------------------------------------------------------------------- sl@0: GENERATE_LATEX = NO sl@0: LATEX_OUTPUT = latex sl@0: LATEX_CMD_NAME = latex sl@0: MAKEINDEX_CMD_NAME = makeindex sl@0: COMPACT_LATEX = NO sl@0: PAPER_TYPE = a4wide sl@0: EXTRA_PACKAGES = sl@0: LATEX_HEADER = sl@0: PDF_HYPERLINKS = NO sl@0: USE_PDFLATEX = NO sl@0: LATEX_BATCHMODE = NO sl@0: LATEX_HIDE_INDICES = NO sl@0: #--------------------------------------------------------------------------- sl@0: # configuration options related to the RTF output sl@0: #--------------------------------------------------------------------------- sl@0: GENERATE_RTF = NO sl@0: RTF_OUTPUT = rtf sl@0: COMPACT_RTF = NO sl@0: RTF_HYPERLINKS = NO sl@0: RTF_STYLESHEET_FILE = sl@0: RTF_EXTENSIONS_FILE = sl@0: #--------------------------------------------------------------------------- sl@0: # configuration options related to the man page output sl@0: #--------------------------------------------------------------------------- sl@0: GENERATE_MAN = NO sl@0: MAN_OUTPUT = man sl@0: MAN_EXTENSION = .3 sl@0: MAN_LINKS = NO sl@0: #--------------------------------------------------------------------------- sl@0: # configuration options related to the XML output sl@0: #--------------------------------------------------------------------------- sl@0: GENERATE_XML = NO sl@0: XML_OUTPUT = xml sl@0: XML_SCHEMA = sl@0: XML_DTD = sl@0: XML_PROGRAMLISTING = YES sl@0: #--------------------------------------------------------------------------- sl@0: # configuration options for the AutoGen Definitions output sl@0: #--------------------------------------------------------------------------- sl@0: GENERATE_AUTOGEN_DEF = NO sl@0: #--------------------------------------------------------------------------- sl@0: # configuration options related to the Perl module output sl@0: #--------------------------------------------------------------------------- sl@0: GENERATE_PERLMOD = NO sl@0: PERLMOD_LATEX = NO sl@0: PERLMOD_PRETTY = YES sl@0: PERLMOD_MAKEVAR_PREFIX = sl@0: #--------------------------------------------------------------------------- sl@0: # Configuration options related to the preprocessor sl@0: #--------------------------------------------------------------------------- sl@0: ENABLE_PREPROCESSING = YES sl@0: MACRO_EXPANSION = YES sl@0: EXPAND_ONLY_PREDEF = YES sl@0: SEARCH_INCLUDES = YES sl@0: INCLUDE_PATH = sl@0: INCLUDE_FILE_PATTERNS = sl@0: PREDEFINED = EXPORT_C \ sl@0: REMOVE_CAF1 \ sl@0: "NONSHARABLE_CLASS(name)=class name" sl@0: EXPAND_AS_DEFINED = sl@0: SKIP_FUNCTION_MACROS = NO sl@0: #--------------------------------------------------------------------------- sl@0: # Configuration::additions related to external references sl@0: #--------------------------------------------------------------------------- sl@0: TAGFILES = sl@0: GENERATE_TAGFILE = sl@0: ALLEXTERNALS = NO sl@0: EXTERNAL_GROUPS = YES sl@0: PERL_PATH = /usr/bin/perl sl@0: #--------------------------------------------------------------------------- sl@0: # Configuration options related to the dot tool sl@0: #--------------------------------------------------------------------------- sl@0: CLASS_DIAGRAMS = YES sl@0: HIDE_UNDOC_RELATIONS = YES sl@0: HAVE_DOT = YES sl@0: CLASS_GRAPH = YES sl@0: COLLABORATION_GRAPH = YES sl@0: GROUP_GRAPHS = YES sl@0: UML_LOOK = NO sl@0: TEMPLATE_RELATIONS = YES sl@0: INCLUDE_GRAPH = YES sl@0: INCLUDED_BY_GRAPH = YES sl@0: CALL_GRAPH = NO sl@0: GRAPHICAL_HIERARCHY = YES sl@0: DIRECTORY_GRAPH = YES sl@0: DOT_IMAGE_FORMAT = png sl@0: DOT_PATH = sl@0: DOTFILE_DIRS = sl@0: MAX_DOT_GRAPH_WIDTH = 1024 sl@0: MAX_DOT_GRAPH_HEIGHT = 1024 sl@0: MAX_DOT_GRAPH_DEPTH = 0 sl@0: DOT_TRANSPARENT = NO sl@0: DOT_MULTI_TARGETS = NO sl@0: GENERATE_LEGEND = YES sl@0: DOT_CLEANUP = YES sl@0: #--------------------------------------------------------------------------- sl@0: # Configuration::additions related to the search engine sl@0: #--------------------------------------------------------------------------- sl@0: SEARCHENGINE = NO