mirror of
https://git.code.sf.net/p/fldigi/flrig
synced 2026-08-13 17:28:24 -04:00
* Change document structure
* Add missing elements
* Change xcvr naming for consistency in a product line
* Update documentation source and source files as required
. add missing transceivers
. organize help files to generate a manual more easily
searched and used by first time users
* edited by Cliff Scott, AE5ZA, and David Freese, W1HKJ
94 lines
3.4 KiB
Text
94 lines
3.4 KiB
Text
#
|
|
# Copyright (C) 2014 Robert Stiles, KK5VD.
|
|
# 2022 David Freese, W1HKJ
|
|
#
|
|
# 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 = "flrig_help"
|
|
PROJECT_NUMBER = 2.0.04
|
|
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 = *.cpp *.h *.doc *.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 \
|
|
../images/ft-991a \
|
|
../images/ic-7100 \
|
|
../images/ic-7300 \
|
|
../images/tt550 \
|
|
../images/config \
|
|
../images/cw-keyer \
|
|
../images/debugging \
|
|
../images/menus \
|
|
../images/transceivers \
|
|
../images/ui \
|
|
../images/fskio-keyer \
|
|
../images/remote_flrig
|
|
INPUT = index.txt \
|
|
contents.txt \
|
|
initial_setup.txt \
|
|
restore_save_settings.txt \
|
|
additional_controls.txt \
|
|
user_interface.txt \
|
|
ui_form_factors.txt \
|
|
main_dialog.txt \
|
|
memory_dialog.txt \
|
|
cw_keyer.txt \
|
|
fsk_keyer.txt \
|
|
user_defined_commands.txt \
|
|
multiple_transceivers.txt \
|
|
xmlrpc_server.txt \
|
|
remote_flrig.txt \
|
|
program_debugging.txt \
|
|
supported_transceivers.txt \
|
|
elecraft_rigs.txt \
|
|
icom_rigs.txt \
|
|
kenwood_rigs.txt \
|
|
tentec_rigs.txt \
|
|
yaesu_rigs.txt \
|
|
other_rigs.txt \
|
|
FT991A-how-to.txt \
|
|
IC7100-how-to.txt \
|
|
IC7300-how-to.txt \
|
|
IC7600-how-to.txt \
|
|
TT550-ops.txt \
|
|
prefs_file.txt
|
|
|
|
INCLUDE_PATH = .
|
|
EXAMPLE_PATH = .
|
|
OUTPUT_DIRECTORY = ../../doc/user_docs
|
|
OUTPUT_LANGUAGE = English
|
|
PDF_HYPERLINKS = YES
|
|
PERL_PATH = /usr/bin/perl
|
|
PROJECT_LOGO = ../images/flriglogo.png
|
|
QUIET = NO
|
|
RECURSIVE = NO
|
|
SEARCHENGINE = NO
|
|
STRIP_CODE_COMMENTS = NO
|
|
TAGFILES =
|
|
USE_PDFLATEX = YES
|
|
WARNINGS = YES
|