Zitat von
HeinzJ:
mjustin schrieb:
Zitat:
Das sieht ja schon mal ganz gut aus.
Die Dokumentation für pas2dox ist aber so mal erst recht dürftig.
Kannst du eventuell mal eine doxygen Konfigurationsdatei hier posten, mit der man mal ein wenig rumspielen kann ?
Grüße, Heinz
Ok, ist im Anhang - hier das wesentliche
# Doxyfile 1.4.4
#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = BTVisualFTP
OUTPUT_DIRECTORY = target/btvisualftp/docs
...
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = target/btvisualftp/source
FILE_PATTERNS = *.pas
# The INPUT_FILTER tag can be used to specify a program that doxygen should
# invoke to filter for each input file. Doxygen will invoke the filter program
# by executing (via popen()) the command <filter> <input-file>, where <filter>
# is the value of the INPUT_FILTER tag, and <input-file> is the name of an
# input file. Doxygen will then use the output that the filter program writes
# to standard output. If FILTER_PATTERNS is specified, this tag will be
# ignored.
INPUT_FILTER = make\pas2dox
...
CHM_FILE = BTVisualFTP.chm
HHC_LOCATION = "C:/Programme/
HTML Help Workshop/hhc.exe"
...
Oder bei Sourceforge unter
http://btvisualftp.svn.sourceforge.n...tp/trunk/make/
(doxygen.cfg)