1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-30 08:57:49 +00:00

Fix problems building info files, patch from Michael Klein

<michael.klein@puffin.lb.shuttle.de>.


git-svn-id: svn://svn.cc65.org/cc65/trunk@1398 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2002-09-18 20:42:39 +00:00
parent 3c64a0f75c
commit a411560958
2 changed files with 5 additions and 5 deletions

View File

@ -2637,7 +2637,7 @@ below uses examples from the C libraries. However, the feature may also be
useful for assembler programs.
<sect1>Overview<p>
<sect1>Module overview<p>
Using the <tt><ref id=".CONSTRUCTOR" name=".CONSTRUCTOR"></tt> and <tt><ref
id=".DESTRUCTOR" name=".DESTRUCTOR"></tt> keywords it it possible to export

View File

@ -437,7 +437,7 @@ handler code to have the screen clean.
This one jumps back to the topmost menu. If there is only menu and submenu it works the
same as <tt/DoPreviousMenu/.
<sect2>Icons
<sect2>Icon Functions
<p>
Icons are working similar to menus except the fact that there is only one level. Icons are
defined as a screen area filled with a bitmap, but if you would setup icons and erase the
@ -1168,7 +1168,7 @@ You can force to sleep not only the main application routine, but also processes
that the maximum number of sleeping functions is 20. If it would be larger it will overwrite
parameters of already sleeping functions in GEOS kernal data space, leading to crash.
<sect1>System
<sect1>System Functions
<sect2>FirstInit
<p>
@ -1283,7 +1283,7 @@ GEOS data space ($8000-$8fff), so you can use their fields directly in optimized
Please see <tt/gsym.h/ and find them. All structures are defined in <tt/gstruct.h/ and you may
find also some comments there.
<sect1>Graphics
<sect1>Graphics Structures
<sect2>pixel
<p>
@ -1358,7 +1358,7 @@ fixed area using <tt/GetFHdrInfo/. (note that <tt/fileHeader/ is a place in memo
<tt/fileheader/ is a structure).
You will also need own fileheader for <tt/SaveFile/.
<sect1>System
<sect1>System Structures
<sect2>s_date
<p>