dl-fldigi/fldigi_doxygen/prog_src_doc/Doxyfile

55 wiersze
1.7 KiB
Plaintext

#
#
#
# Copyright (C) 2013 Robert Stiles, KK5VD.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation under the terms of the GNU General Public License is hereby
# granted. No representations are made about the suitability of this software
# for any purpose. It is provided "as is" without express or implied warranty.
# See the GNU General Public License for more details.
#
# Documents produced by Doxygen are derivative works derived from the
# input used in their production; they are not affected by this license.
PROJECT_NAME = "FLDIGI Programmers Manual"
PROJECT_NUMBER = 3.21
PROJECT_BRIEF =
ALLEXTERNALS = NO
CASE_SENSE_NAMES = NO
DISABLE_INDEX = NO
DOXYFILE_ENCODING = UTF-8
INPUT_ENCODING = UTF-8
ENABLE_PREPROCESSING = NO
ENABLED_SECTIONS = logo_on
EXTRACT_ALL = NO
EXTRACT_PRIVATE = NO
EXTRA_PACKAGES = graphicx caption subcaption float
FILE_PATTERNS = *.c *.cc *.cxx *.cpp *.c++ *.h *.hh *.hxx *.hpp *.txt
GENERATE_HTML = YES
GENERATE_HTMLHELP = NO
GENERATE_LATEX = YES
GENERATE_MAN = NO
GENERATE_RTF = NO
GENERATE_TREEVIEW = NO
GENERATE_XML = NO
HTML_COLORSTYLE_SAT = 0
HTML_FOOTER =
HTML_HEADER =
IMAGE_PATH = ../images
INPUT = index.txt ../../src
INCLUDE_PATH = .
EXAMPLE_PATH = .
OUTPUT_DIRECTORY = ../prog_docs
OUTPUT_LANGUAGE = English
PDF_HYPERLINKS = YES
PERL_PATH = /usr/bin/perl
QUIET = NO
RECURSIVE = YES
SEARCHENGINE = NO
STRIP_CODE_COMMENTS = NO
TAGFILES =
USE_PDFLATEX = YES
WARNINGS = YES