diff options
| author | Karl-Heinz Zimmer <[email protected]> | 2001-11-21 09:42:08 +0000 | 
|---|---|---|
| committer | Karl-Heinz Zimmer <[email protected]> | 2001-11-21 09:42:08 +0000 | 
| commit | 18432f56be1e3cc0cf9472bdd8dc94fcf81fe24c (patch) | |
| tree | b823dcad49c9a88c3597b75f461da047441d2dc1 /gpgmeplug/gpgmeplug.dox | |
| parent | Added gpgmeplug/ for experiments (diff) | |
| download | gpgme-18432f56be1e3cc0cf9472bdd8dc94fcf81fe24c.tar.gz gpgme-18432f56be1e3cc0cf9472bdd8dc94fcf81fe24c.zip | |
GPGME Plug-In initial checkin.  Saving/restoring of configuration is working.
Diffstat (limited to '')
| -rw-r--r-- | gpgmeplug/gpgmeplug.dox | 121 | 
1 files changed, 121 insertions, 0 deletions
| diff --git a/gpgmeplug/gpgmeplug.dox b/gpgmeplug/gpgmeplug.dox new file mode 100644 index 00000000..3dd9d54e --- /dev/null +++ b/gpgmeplug/gpgmeplug.dox @@ -0,0 +1,121 @@ +# Doxygen configuration generated by Doxywizard version 0.1 +#--------------------------------------------------------------------------- +# General configuration options +#--------------------------------------------------------------------------- +PROJECT_NAME          = GPGMEPLUG  +PROJECT_NUMBER        = 0 +OUTPUT_DIRECTORY      = doc/ +OUTPUT_LANGUAGE       = English +QUIET                 = NO +WARNINGS              = YES +DISABLE_INDEX         = NO +EXTRACT_ALL           = NO +EXTRACT_PRIVATE       = NO +HIDE_UNDOC_MEMBERS    = NO +HIDE_UNDOC_CLASSES    = NO +BRIEF_MEMBER_DESC     = YES +REPEAT_BRIEF          = YES +ALWAYS_DETAILED_SEC   = NO +FULL_PATH_NAMES       = NO +STRIP_FROM_PATH       =  +INTERNAL_DOCS         = NO +CLASS_DIAGRAMS        = YES +SOURCE_BROWSER        = NO +INLINE_SOURCES        = NO +STRIP_CODE_COMMENTS   = YES +CASE_SENSE_NAMES      = NO +VERBATIM_HEADERS      = YES +SHOW_INCLUDE_FILES    = YES +JAVADOC_AUTOBRIEF     = YES +INHERIT_DOCS          = YES +INLINE_INFO           = YES +SORT_MEMBER_DOCS      = YES +TAB_SIZE              = 8 +ENABLED_SECTIONS      =  +#--------------------------------------------------------------------------- +# configuration options related to the input files +#--------------------------------------------------------------------------- +INPUT                 = .  +FILE_PATTERNS         = *.h \ +                       *.c +RECURSIVE             = YES +EXCLUDE               =  +EXCLUDE_PATTERNS      = moc_* +EXAMPLE_PATH          =  +EXAMPLE_PATTERNS      =  +IMAGE_PATH            =  +INPUT_FILTER          =  +#--------------------------------------------------------------------------- +# configuration options related to the alphabetical class index +#--------------------------------------------------------------------------- +ALPHABETICAL_INDEX    = NO +COLS_IN_ALPHA_INDEX   = 5 +IGNORE_PREFIX         =  +#--------------------------------------------------------------------------- +# configuration options related to the HTML output +#--------------------------------------------------------------------------- +GENERATE_HTML         = YES +HTML_OUTPUT           = html +HTML_HEADER           =  +HTML_FOOTER           =  +HTML_STYLESHEET       =  +HTML_ALIGN_MEMBERS    = YES +GENERATE_HTMLHELP     = NO +#--------------------------------------------------------------------------- +# configuration options related to the LaTeX output +#--------------------------------------------------------------------------- +GENERATE_LATEX        = YES +LATEX_OUTPUT          = latex +COMPACT_LATEX         = NO +PAPER_TYPE            = a4wide +EXTRA_PACKAGES        =  +LATEX_HEADER          =  +PDF_HYPERLINKS        = NO +LATEX_BATCHMODE       = NO +#--------------------------------------------------------------------------- +# configuration options related to the RTF output +#--------------------------------------------------------------------------- +GENERATE_RTF          = NO +RTF_OUTPUT            = rtf +COMPACT_RTF           = NO +RTF_HYPERLINKS        = NO +#--------------------------------------------------------------------------- +# configuration options related to the man page output +#--------------------------------------------------------------------------- +GENERATE_MAN          = YES +MAN_OUTPUT            = man +MAN_EXTENSION         = .3 +#--------------------------------------------------------------------------- +# Configuration options related to the preprocessor    +#--------------------------------------------------------------------------- +ENABLE_PREPROCESSING  = YES +MACRO_EXPANSION       = NO +SEARCH_INCLUDES       = YES +INCLUDE_PATH          =  +PREDEFINED            =  +EXPAND_ONLY_PREDEF    = NO +#--------------------------------------------------------------------------- +# Configuration::addtions related to external references    +#--------------------------------------------------------------------------- +TAGFILES              =  +GENERATE_TAGFILE      =  +ALLEXTERNALS          = NO +PERL_PATH             = /usr/bin/perl +#--------------------------------------------------------------------------- +# Configuration options related to the dot tool    +#--------------------------------------------------------------------------- +HAVE_DOT              = NO +CLASS_GRAPH           = YES +COLLABORATION_GRAPH   = YES +INCLUDE_GRAPH         = YES +GRAPHICAL_HIERARCHY   = YES +#--------------------------------------------------------------------------- +# Configuration::addtions related to the search engine    +#--------------------------------------------------------------------------- +SEARCHENGINE          = NO +CGI_NAME              = search.cgi +CGI_URL               =  +DOC_URL               =  +DOC_ABSPATH           =  +BIN_ABSPATH           = /usr/local/bin/ +EXT_DOC_PATHS         =  | 
