Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
fpclasschart(1)	       Free Pascal class tree generator	       fpclasschart(1)

NAME
       fpclasschart - The Free Pascal class tree generator.

SYNOPSIS
       fpclasschart   --input=cmdline	--output=filename   [--merge=filename]
       [--kind=objectkind] [--lang=language] [--help]

Description
       fpclasschart Creates class tree from pascal source

Usage
       You can invoke fpclasschart with	as one or more options.

Options
       fpclasschart has	several	options, most of them optional,	defaults  will
       be used in most cases.

       --input=cmdline
	      This option tells	fpclasschart to	generate a tree	file. The com-
	      mand  line is the	same as	the compiler's one used	to compile the
	      source file.

       --output=filename
	      This option specifies the	name of	the  generated	file  descfile
	      that contains the	actual chart for the object tree.

       --merge=filename
	      Gives  a	path  to  a  file already containing an	object tree to
	      merge.

       --kind=objectkind
	      Specifys object kind. One	of object, class, interface.

       --lang=language
	      Sets the language	for the	output file. This will mainly set  the
	      strings  used for	the headers in various parts of	the documenta-
	      tion files (by default they're in	english). Currently, valid op-
	      tions are

	      de     German.

	      fr     French.

	      nl     Dutch.

       --help Writes a help message.

SEE ALSO
	      ppc386(1)	latex(1) makeskel(1)

Free Pascal			9 december 2009		       fpclasschart(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=fpclasschart&sektion=1&manpath=FreeBSD+Ports+14.3.quarterly>

home | help