Sha256: 185ff5c2ed3b99d47d6bf1be622d09362ed0c02f01a9335b28c592b9097eb2c3

Contents?: true

Size: 969 Bytes

Versions: 4

Compression:

Stored size: 969 Bytes

Contents

# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project
#

PROJECT_NAME			= "libmpg123"
OUTPUT_DIRECTORY		= .
CREATE_SUBDIRS			= NO
OUTPUT_LANGUAGE			= English
FULL_PATH_NAMES			= NO

INPUT					= doxy_examples.c examples/mpg123_to_wav.c examples/mpglib.c examples/scan.c examples/feedseek.c examples/id3dump.c ../src/libmpg123/mpg123.h
OPTIMIZE_OUTPUT_FOR_C	= YES
EXTRACT_ALL				= NO
HIDE_UNDOC_MEMBERS		= NO
QUIET					= YES
WARNINGS				= YES
SOURCE_BROWSER = YES

GENERATE_HTML			= YES
HTML_OUTPUT				= html
DISABLE_INDEX			= YES
SORT_MEMBER_DOCS		= NO
SORT_BRIEF_DOCS			= NO
ENUM_VALUES_PER_LINE	= 2


ENABLE_PREPROCESSING   = YES
MACRO_EXPANSION        = YES
EXPAND_ONLY_PREDEF     = YES
PREDEFINED             = EXPORT=

GENERATE_HTML			= YES
GENERATE_LATEX			= NO
GENERATE_RTF			= NO
GENERATE_MAN			= YES
MAN_LINKS				= YES
GENERATE_XML			= NO

HTML_HEADER = doxyhead.xhtml
HTML_FILE_EXTENSION = .shtml

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
seal-0.1.3 mpg123/doc/doxygen.conf
seal-0.1.2 mpg123/doc/doxygen.conf
seal-0.1.1 mpg123/doc/doxygen.conf
seal-0.1.0 mpg123/doc/doxygen.conf