dl-fldigi/fldigi_doxygen/user_src_docs/Doxyfile

87 wiersze
3.3 KiB
Plaintext
Czysty Zwykły widok Historia

#
#
#
# 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 Users Manual"
PROJECT_NUMBER = 3.23
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 *.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/w4tv
INPUT = index.txt \
fldigi_configuration.txt fldigi_logging.txt \
fldigi_macros.txt fldigi_modems.txt fldigi_operating.txt \
fldigi_developer.txt \
New-Install.txt thumb_drive.txt colorsandfonts.txt \
audio-adjust.txt \
configcallsigndb.txt configContestia.txt configCW.txt \
configDomEX.txt configFH.txt \
configFSQ.txt configIFKP.txt \
ConfigID.txt configIO.txt ConfigMisc.txt \
configModemScan.txt configMT63.txt configOlivia.txt ConfigOperator.txt \
configPSK.txt \
configRTTY.txt configThor.txt ConfigUI-browser.txt \
ConfigUI-contest.txt ConfigUI-general.txt ConfigUI-logging.txt \
ConfigUI-macros.txt configUITouch.txt ConfigUI-WF-controls.txt \
Configure Script Engine * Add menu item "Scripts" and callback function. * Add scripting engine. * Update script engine for localization strings/messages. * Add hierarchy syntax * New file run_script.h * Hierarchy integration completed * Add command set * Add 'int find_index(char *)' to combo.cxx * Add menu item 'Generate Script' and code for generating a default config script file. * Add void loadRigXmlFile(void) to rigxml.cxx to support scripting calls. - Trim leading/trailing white spaces from portaudio device names. * Remove duplicate calling functions/method members. * Move command parameter specific verification to run_script.cxx basic testing remains in script_parsing.cxx * First Document Draft - Script commands - Add Misc NBEMS config commands - Add Notice - Program restart required. - Update Documentation with new commands * Removed Unused Variables (multiple locations) * Change behavior of floating point output for script generate. * Remove function qsy() use restriction on rig control availability. * Add strnlen, strncmp and strncpy checks to configure.ac * Add trim_white_spaces, strnlen, strncmp and strncpy routines to util.cxx * Add pa_set_dev() to soundconf.cxx for updating pa device names. * Add code to save macro(s) with content only. * Add config_script files to POTFILES.in for localization processing. * Flag command types. * Limit generate script output based on configure content. * Change script error dialog box to warning. * Change default rig.xml to rig-unassigned.xml. For testing purposes. (script generation) * Update Documents with Notes about script generation and executing. * Correct \ref and \section name duplicates in doxygen doc source * Add script commands for ID->RSID/Video/CW panel. * Move Script/Execute/Generate Menu Items to File Menu. - Move repetitive code into general functions. * Rename "Scripts" menu item to "Config Scripts" * Fix error introduced in last mods. Port Audio Gen Config
2015-02-08 14:40:44 +00:00
ConfigWaterfall.txt configure_scripting.txt kiss_io_command.txt \
SoundCardSetup.txt Contest-How-To.txt cabrilloreporter.txt \
Logbook.txt LogExports.txt working_logs.txt Macros.txt \
InlineMacroTags.txt atMacroTags.txt advanced_qsy.txt execmacro.txt CW.txt \
DominoEX.txt hell.txt Contestia.txt MFSK.txt MT63.txt \
FSQ.txt IFKP.txt \
Navtex.txt psk.txt Olivia.txt RTTYFSK.txt Thor.txt \
throb.txt WEFAX.txt WWV-xmt.txt FrequencyAnalysis.txt \
DigiscopeDisplay.txt DigiWWV.txt MousingKeyboardShortcuts.txt \
Multiples.txt Notifier.txt OperatingControls.txt RST-RSQ.txt \
Spotter.txt Synop.txt TransceiverControl.txt UTF8.txt \
pskmail_config.txt PskViewer.txt DXCC_list.txt \
KeyboardAndKeys.txt xchar.txt \
KML.txt support_data.txt Installing.txt WindowsOS.txt \
Wizard.txt Menus.txt ModeTable.txt CWkeying.txt \
PseudoFSK.txt w5zit-interface.txt rigxml.txt commandline.txt \
buildinfo.txt xmlrpc-control.txt parseUALR.txt ualr-telnet.txt \
2016-05-26 12:46:47 +00:00
map.txt License.txt Recognitions.txt kiss_host_prgs.txt
INCLUDE_PATH = .
EXAMPLE_PATH = .
OUTPUT_DIRECTORY = ../user_docs
OUTPUT_LANGUAGE = English
PDF_HYPERLINKS = YES
PERL_PATH = /usr/bin/perl
QUIET = NO
RECURSIVE = NO
SEARCHENGINE = NO
STRIP_CODE_COMMENTS = NO
TAGFILES =
USE_PDFLATEX = YES
WARNINGS = YES