Einzelnen Beitrag anzeigen

mjustin

Registriert seit: 14. Apr 2008
3.005 Beiträge
 
Delphi 2009 Professional
 
#8

Re: Welche Techniken zur Source Code Dokumentation nutzt ihr

  Alt 15. Sep 2008, 19:56
Zitat von HeinzJ:
mjustin schrieb:

Zitat:
Doxygen habe ich für Open Source Projekte verwendet, zum Beispiel:
http://btvisualftp.sourceforge.net/
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)
Michael Justin
  Mit Zitat antworten Zitat