~ubuntu-branches/debian/lenny/fpc/lenny

« back to all changes in this revision

Viewing changes to fpcsrc/utils/fpdoc/README

  • Committer: Bazaar Package Importer
  • Author(s): Mazen Neifer, Torsten Werner, Mazen Neifer
  • Date: 2008-05-17 17:12:11 UTC
  • mfrom: (3.1.9 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080517171211-9qi33xhd9evfa0kg
Tags: 2.2.0-dfsg1-9
[ Torsten Werner ]
* Add Mazen Neifer to Uploaders field.

[ Mazen Neifer ]
* Moved FPC sources into a version dependent directory from /usr/share/fpcsrc
  to /usr/share/fpcsrc/${FPCVERSION}. This allow installing more than on FPC
  release.
* Fixed far call issue in compiler preventing building huge binearies.
  (closes: #477743)
* Updated building dependencies, recomennded and suggested packages.
* Moved fppkg to fp-utils as it is just a helper tool and is not required by
  compiler.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
For more informations, see readme.html in the 'doc' subdirectory. There you
 
2
can also find the default CSS for the HTML output.
 
3
 
 
4
 
 
5
This program is free software; you can redistribute it and/or modify
 
6
it under the terms of the GNU General Public License as published by
 
7
the Free Software Foundation; either version 2 of the License, or
 
8
(at your option) any later version.
 
9
 
 
10
This program is distributed in the hope that it will be useful,
 
11
but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
GNU General Public License for more details.
 
14
 
 
15
You should have received a copy of the GNU General Public License
 
16
along with this program; if not, write to the Free Software
 
17
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
18
 
 
19
 
 
20
(the file COPYING contains the whole GNU General Public License)
 
21
 
 
22
 
 
23
Source file overview
 
24
--------------------
 
25
 
 
26
dglobals.pp
 
27
  * Global declarations
 
28
  * Catalogue management (internal link and description lookup tables)
 
29
 
 
30
dwriter.pp
 
31
  * Basic writer (output generator) class
 
32
 
 
33
dw_html.pp
 
34
  * HTML/XHTML output generator
 
35
 
 
36
dwlinear.pp
 
37
  * Abstract linear documentation generator.
 
38
 
 
39
dw_latex.pp
 
40
  * LaTeX output generator, based on linear documentation generator.
 
41
 
 
42
dw_txt.pp
 
43
  * Plain text output generator, based on linear documentation generator.
 
44
 
 
45
dw_xml.pp
 
46
  * 'XML struct' output generator
 
47
 
 
48
 
 
49
dw_man.pp
 
50
  * 'Unix man page' output generator
 
51
 
 
52
fpdoc.pp
 
53
  * Main program
 
54
 
 
55
makeskel.pp
 
56
  * Skeleton XML description file generator
 
57
 
 
58
dw_template.pp
 
59
  * template for implementing a new writer back-end.
 
60
 
 
61
dw_lintmpl.pp
 
62
  * template for implementing a new linear writer back-end.
 
63
 
 
64
 
 
65
Contributors
 
66
------------
 
67
Initial French output strings by Pierre Muller
 
68
Initial Dutch output strings by Marco van de Voort