File: directory-structure.html

package info (click to toggle)
xmlroff 0.6.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 36,456 kB
  • sloc: ansic: 178,247; xml: 109,155; sh: 8,973; makefile: 1,331; perl: 30
file content (127 lines) | stat: -rw-r--r-- 6,455 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Directory Structure</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
<meta name="description" content="Structure of the xmlroff files">
<link rel="start" href="index.html" title="xmlroff Reference Manual">
<link rel="up" href="developers.html" title="Developers' Guide">
<link rel="prev" href="xmlroff-code-rules.html" title="Rules of the Code">
<link rel="next" href="fo-h-file.html" title="Anatomy of a Formatting Object header file">
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="users.html" title="Users' Guide">
<link rel="chapter" href="developers.html" title="Developers' Guide">
<link rel="chapter" href="object-hierarchy.html" title="Object Hierarchy">
<link rel="chapter" href="object.html" title="FoObject is wonderful">
<link rel="chapter" href="node.html" title="FoNode is wonderful">
<link rel="chapter" href="interfaces.html" title="Interfaces are truly wonderful">
<link rel="chapter" href="formatting-objects.html" title="Formatting Objects are truly wonderful">
<link rel="chapter" href="properties.html" title="Properties">
<link rel="chapter" href="areas.html" title="Area Objects">
<link rel="chapter" href="datatypes.html" title="Datatype Objects">
<link rel="chapter" href="context.html" title="Property Context Object">
<link rel="chapter" href="other-objects.html" title="Other Objects">
<link rel="chapter" href="utility-objects.html" title="Utility Objects">
<link rel="chapter" href="utility-modules.html" title="Utility Modules">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="xmlroff-code-rules.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="developers.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">xmlroff Reference Manual</th>
<td><a accesskey="n" href="fo-h-file.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="section" lang="en">
<div class="titlepage"><div>
<div><h2 class="title" style="clear: both">
<a name="directory-structure"></a>Directory Structure</h2></div>
<div><div class="abstract">
<p class="title"><b>Abstract</b></p>
<p>Structure of the xmlroff files</p>
</div></div>
</div></div>
<div class="section" lang="en">
<div class="titlepage"><div><div><h3 class="title">
<a name="directory-structure"></a>Directory structure</h3></div></div></div>
<pre class="programlisting">xmlroff
  libfo
    area
    datatype
    docs
    expr
    fo
    property
    util
  xmlroff</pre>
</div>
<div class="section" lang="en">
<div class="titlepage"><div><div><h3 class="title">
<a name="xmlroff"></a>xmlroff</h3></div></div></div>
<p>This is the root directory of the xmlroff source code tree. It contains the configuration files but no C source code.</p>
<div class="section" lang="en">
<div class="titlepage"><div><div><h4 class="title">
<a name="xmlroff-libfo"></a>xmlroff/libfo</h4></div></div></div>
<p>Top-level interfaces for accessing the 'libfo' library.</p>
<p>.c and .h files for top-level, non-object source code as well as the .c and .h files for the top-level FoContext, FoObject and FoNode object types.</p>
<p>fo-context.[ch] are autogenerated (then modified).</p>
<div class="section" lang="en">
<div class="titlepage"><div><div><h5 class="title">
<a name="xmlroff-area"></a>xmlroff/libfo/area</h5></div></div></div>
<p>Source code for area objects. None of these files are autogenerated.</p>
</div>
<div class="section" lang="en">
<div class="titlepage"><div><div><h5 class="title">
<a name="xmlroff-datatype"></a>xmlroff/libfo/datatype</h5></div></div></div>
<p>Source code for datatype objects. None of these files are autogenerated.</p>
</div>
<div class="section" lang="en">
<div class="titlepage"><div><div><h5 class="title">
<a name="xmlroff-docs"></a>xmlroff/docs</h5></div></div></div>
<p>Documentation that is built using gtk-doc (which has a strong resemblance to Javadoc). A lot of the files are autogenerated by the gtk-doc tools.</p>
<p>xmlroff-property-{decl,ref}.ent are autogenerated by XSL stylesheets.</p>
</div>
<div class="section" lang="en">
<div class="titlepage"><div><div><h5 class="title">
<a name="xmlroff-expr"></a>xmlroff/libfo/expr</h5></div></div></div>
<p>Property value expression parser. None of these files are autogenerated.</p>
</div>
<div class="section" lang="en">
<div class="titlepage"><div><div><h5 class="title">
<a name="xmlroff-fo"></a>xmlroff/libfo/fo</h5></div></div></div>
<p>Source code for GObject objects corresponding to XSL formatting objects.</p>
<p>fo-*.c, fo-*.h, and fo-*-private.h are autogenerated but may have been additionally hand modified.</p>
<p>fo-*-area.[ch] are not autogenerated.</p>
<p>fo-tree*.[ch] are not autogenerated.</p>
<p>fo-inline-fo.[ch] and fo-block-fo.[ch] are not autogenerated.</p>
</div>
<div class="section" lang="en">
<div class="titlepage"><div><div><h5 class="title">
<a name="xmlroff-property"></a>xmlroff/property</h5></div></div></div>
<p>Source code for GObject objects corresponding to XSL formatting object properties.</p>
<p>fo-property-*.[ch] are autogenerated, but may have been hand modified.</p>
</div>
<div class="section" lang="en">
<div class="titlepage"><div><div><h5 class="title">
<a name="xmlroff-util"></a>xmlroff/libfo/util</h5></div></div></div>
<p>Source code for GObject objects that are useful but which don't
relate to anything in the XSL spec, e.g., an FoObject-ified hash table
implementation.</p>
<p>None of the code is autogenerated.</p>
</div>
</div>
<div class="section" lang="en">
<div class="titlepage"><div><div><h4 class="title">
<a name="xmlroff-xmlroff"></a>xmlroff/xmlroff</h4></div></div></div>
<p>Source code for the 'xmlroff' command-line executable.</p>
<p>None of the code is autogenerated.</p>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.10</div>
</body>
</html>