Skip to content

Commit

Permalink
fix GAPDoc syntax for the manual in doc/dev (#5825)
Browse files Browse the repository at this point in the history
Up to now, the CI tests ignore errors in the manuals.
(I am working on improving this.)
  • Loading branch information
ThomasBreuer authored Oct 24, 2024
1 parent 94642bb commit 0cdbcc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/dev/kernel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ areas of memory, each with a size and a <C>TNUM</C> (type number)
in the range 0--253 (type numbers are defined in the file <F>objects.h</F>;
there are some spare numbers reserved for further extensions; types 254 and 255
are reserved for &GASMAN;. See Section
<Ref Label="Sect-Objects" /> for more details).
<Ref Sect="Sect-Objects" /> for more details).
<P/>

Bags have stable handles
Expand Down Expand Up @@ -399,7 +399,7 @@ Other objects with weak behaviour could be implemented in a similar way.
<Heading>Interfaces</Heading>

The modules at the bottom of the picture from the section
<Ref Label="Sect-BigPicture" /> (<E>objects</E>, <E>gasman</E> and
<Ref Sect="Sect-BigPicture" /> (<E>objects</E>, <E>gasman</E> and
<E>system</E>), and white boxes (<E>arithmetic</E>, <E>lists</E>,
<E>calls/operations</E>, <E>records</E>)
provide interfaces intended for use in the kernel.
Expand Down

0 comments on commit 0cdbcc4

Please sign in to comment.