aboutsummaryrefslogtreecommitdiffstats
path: root/doc/api-documentation/html/gbf_8h-source.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api-documentation/html/gbf_8h-source.html')
-rw-r--r--doc/api-documentation/html/gbf_8h-source.html88
1 files changed, 44 insertions, 44 deletions
diff --git a/doc/api-documentation/html/gbf_8h-source.html b/doc/api-documentation/html/gbf_8h-source.html
index 6feefcb..4760e53 100644
--- a/doc/api-documentation/html/gbf_8h-source.html
+++ b/doc/api-documentation/html/gbf_8h-source.html
@@ -3,79 +3,79 @@
<title>gbf.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
-<!-- Generated by Doxygen 1.2.15 -->
+<!-- Generated by Doxygen 1.2.17 -->
<center>
-<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; </center>
-<hr><h1>gbf.h</h1><div class="fragment"><pre>00001 <font class="comment">/* Header for module GBF, generated by p2c */</font>
-00002 <font class="preprocessor">#ifndef GBF_H</font>
-00003 <font class="preprocessor"></font><font class="preprocessor">#define GBF_H</font>
-00004 <font class="preprocessor"></font><font class="comment">/* p2c: Gbf.pas, line 5: Warning: Could not find module SYSUTILS [271] */</font>
+<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; </center>
+<hr><h1>gbf.h</h1><div class="fragment"><pre>00001 <span class="comment">/* Header for module GBF, generated by p2c */</span>
+00002 <span class="preprocessor">#ifndef GBF_H</span>
+00003 <span class="preprocessor"></span><span class="preprocessor">#define GBF_H</span>
+00004 <span class="preprocessor"></span><span class="comment">/* p2c: Gbf.pas, line 5: Warning: Could not find module SYSUTILS [271] */</span>
00005
00006
-00007 <font class="preprocessor">#include "sysutils.h"</font>
-00008 <font class="comment">/* p2c: Gbf.pas, line 5: Warning: Could not find module DIALOGS [271] */</font>
-00009 <font class="preprocessor">#include "dialogs.h"</font>
+00007 <span class="preprocessor">#include "sysutils.h"</span>
+00008 <span class="comment">/* p2c: Gbf.pas, line 5: Warning: Could not find module DIALOGS [271] */</span>
+00009 <span class="preprocessor">#include "dialogs.h"</span>
00010
00011
-00012 <font class="preprocessor">#ifdef GBF_G</font>
-00013 <font class="preprocessor"></font><font class="preprocessor"># define vextern</font>
-00014 <font class="preprocessor"></font><font class="preprocessor">#else</font>
-00015 <font class="preprocessor"></font><font class="preprocessor"># define vextern extern</font>
-00016 <font class="preprocessor"></font><font class="preprocessor">#endif</font>
-00017 <font class="preprocessor"></font>
+00012 <span class="preprocessor">#ifdef GBF_G</span>
+00013 <span class="preprocessor"></span><span class="preprocessor"># define vextern</span>
+00014 <span class="preprocessor"></span><span class="preprocessor">#else</span>
+00015 <span class="preprocessor"></span><span class="preprocessor"># define vextern extern</span>
+00016 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
+00017 <span class="preprocessor"></span>
00018
00019
-00020 <font class="keyword">typedef</font> <font class="keyword">enum</font> {
+00020 <span class="keyword">typedef</span> <span class="keyword">enum</span> {
00021 tokNull, tokEOF, tokHeader, tokContent, tokTail, tokStyle, tokWord,
00022 tokSpace, tokSync, tokControl, tokChar, tokFont
00023 } TToken;
-00024 <font class="keyword">typedef</font> <font class="keyword">enum</font> {
+00024 <span class="keyword">typedef</span> <span class="keyword">enum</span> {
00025 caBold, caSmallCaps, caItalic, caOTQuote, caRed, caSuperscript, caUnderline,
00026 caSubscript
00027 } TCharacterAttribute;
-00028 <font class="keyword">typedef</font> <font class="keywordtype">long</font> TCharAttribs;
+00028 <span class="keyword">typedef</span> <span class="keywordtype">long</span> TCharAttribs;
00029
00030
00031
-00032 <font class="keyword">typedef</font> <font class="keyword">struct </font>TBookNameRec {
+00032 <span class="keyword">typedef</span> <span class="keyword">struct </span>TBookNameRec {
00033 Char Name[256], Abbr[256];
00034 uchar Num;
00035 } TBookNameRec;
00036
-00037 <font class="keyword">typedef</font> TBookNameRec TBookAbbr[116];
-00038 <font class="comment">/* p2c: Gbf.pas, line 25: </font>
-00039 <font class="comment"> * Warning: Expected an expression, found a '/' [227] */</font>
-00040 <font class="comment">/* p2c: Gbf.pas, line 25: </font>
-00041 <font class="comment"> * Warning: Expected an expression, found a '/' [227] */</font>
-00042 <font class="comment">/* p2c: Gbf.pas, line 25: Warning: Division by zero [163] */</font>
-00043 <font class="comment">/* p2c: Gbf.pas, line 26: Warning: Division by zero [163] */</font>
-00044 <font class="comment">/* p2c: Gbf.pas, line 26: Warning: Expected a ')', found a '(' [227] */</font>
-00045 <font class="comment">/* p2c: Gbf.pas, line 144: </font>
-00046 <font class="comment"> * Warning: Expected an expression, found a '/' [227] */</font>
-00047 <font class="comment">/* p2c: Gbf.pas, line 144: </font>
-00048 <font class="comment"> * Warning: Expected an expression, found a '/' [227] */</font>
-00049 <font class="comment">/* p2c: Gbf.pas, line 144: Warning: Division by zero [163] */</font>
-00050 <font class="comment">/* p2c: Gbf.pas, line 144: Warning: Division by zero [163] */</font>
-00051 <font class="comment">/* p2c: Gbf.pas, line 145: Warning: Mixing non-strings with strings [170] */</font>
-00052 <font class="comment">/* p2c: Gbf.pas, line 145: </font>
-00053 <font class="comment"> * Warning: Expected a ')', found a string literal [227] */</font>
+00037 <span class="keyword">typedef</span> TBookNameRec TBookAbbr[116];
+00038 <span class="comment">/* p2c: Gbf.pas, line 25: </span>
+00039 <span class="comment"> * Warning: Expected an expression, found a '/' [227] */</span>
+00040 <span class="comment">/* p2c: Gbf.pas, line 25: </span>
+00041 <span class="comment"> * Warning: Expected an expression, found a '/' [227] */</span>
+00042 <span class="comment">/* p2c: Gbf.pas, line 25: Warning: Division by zero [163] */</span>
+00043 <span class="comment">/* p2c: Gbf.pas, line 26: Warning: Division by zero [163] */</span>
+00044 <span class="comment">/* p2c: Gbf.pas, line 26: Warning: Expected a ')', found a '(' [227] */</span>
+00045 <span class="comment">/* p2c: Gbf.pas, line 144: </span>
+00046 <span class="comment"> * Warning: Expected an expression, found a '/' [227] */</span>
+00047 <span class="comment">/* p2c: Gbf.pas, line 144: </span>
+00048 <span class="comment"> * Warning: Expected an expression, found a '/' [227] */</span>
+00049 <span class="comment">/* p2c: Gbf.pas, line 144: Warning: Division by zero [163] */</span>
+00050 <span class="comment">/* p2c: Gbf.pas, line 144: Warning: Division by zero [163] */</span>
+00051 <span class="comment">/* p2c: Gbf.pas, line 145: Warning: Mixing non-strings with strings [170] */</span>
+00052 <span class="comment">/* p2c: Gbf.pas, line 145: </span>
+00053 <span class="comment"> * Warning: Expected a ')', found a string literal [227] */</span>
00054
00055
-00056 <font class="keyword">extern</font> TBookAbbr BookAbbr;
+00056 <span class="keyword">extern</span> TBookAbbr BookAbbr;
00057
-00058 <font class="keyword">extern</font> Char BookFileName[91][256];
+00058 <span class="keyword">extern</span> Char BookFileName[91][256];
00059
00060 vextern Char STR1[256];
00061
00062
-00063 <font class="preprocessor">#undef vextern</font>
-00064 <font class="preprocessor"></font>
-00065 <font class="preprocessor">#endif </font><font class="comment">/*GBF_H*/</font>
+00063 <span class="preprocessor">#undef vextern</span>
+00064 <span class="preprocessor"></span>
+00065 <span class="preprocessor">#endif </span><span class="comment">/*GBF_H*/</span>
00066
-00067 <font class="comment">/* End. */</font>
-</pre></div><hr><address align="right"><small>Generated on Thu Jun 20 22:12:59 2002 for The Sword Project by
+00067 <span class="comment">/* End. */</span>
+</pre></div><hr><address style="align: right;"><small>Generated on Thu Oct 31 12:11:28 2002 for The Sword Project by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
-width=110 height=53></a>1.2.15 </small></address>
+width=110 height=53></a>1.2.17 </small></address>
</body>
</html>