Skip to content

Commit

Permalink
Fix doc errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Thompson committed Sep 25, 2013
1 parent 6efb8b9 commit cf7f5ca
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 12 deletions.
4 changes: 2 additions & 2 deletions doc/audio.texi
Expand Up @@ -5,8 +5,8 @@ Guile-2D provides a simple wrapper over SDL's mixer API for working
with music and sound effects.

@menu
* Music
* Samples
* Music::
* Samples::
@end menu

@node Music
Expand Down
5 changes: 5 additions & 0 deletions doc/game.texi
Expand Up @@ -6,6 +6,11 @@ things such as the title and screen resolution. Games are composed of
many scenes, which encapsulate a particular aspect of the
game. Examples would be a main menu, a world map, or a battle screen.

@menu
* Games::
* Scenes::
@end menu

@node Games
@section Games

Expand Down
6 changes: 4 additions & 2 deletions doc/guile-2d.texi
Expand Up @@ -47,14 +47,14 @@ The document was typeset with

@c Generate the nodes for this menu with `C-c C-u C-m'.
@menu
* Copying This Manual::
* Index::
* Introduction::
* Games and Scenes::
* Graphics::
* Audio::
* Scripting::
* Math::
* Copying This Manual::
* Index::
@end menu

@c Update all node entries with `C-c C-u C-n'.
Expand All @@ -74,6 +74,8 @@ The document was typeset with
@end menu

@c Get fdl.texi from http://www.gnu.org/licenses/fdl.html
@node GNU Free Documentation License
@section GNU Free Documentation License
@include fdl.texi

@node Index
Expand Down
4 changes: 2 additions & 2 deletions doc/introduction.texi
Expand Up @@ -11,8 +11,8 @@ many areas. If Guile-2D interests you, please consider helping to
improve the documentation.

@menu
* Purpose
* The Game Loop
* Purpose::
* The Game Loop::
@end menu

@node Purpose
Expand Down
6 changes: 3 additions & 3 deletions doc/math.texi
Expand Up @@ -7,9 +7,9 @@ math, degree to/from radian conversions, and axis-aligned bounding box
collision tests.

@menu
* Vectors
* Rectangles
* Miscellaneous
* Vectors::
* Rectangles::
* Miscellaneous::
@end menu

@include math/vector2.texi
Expand Down
6 changes: 3 additions & 3 deletions doc/scripting.texi
Expand Up @@ -11,9 +11,9 @@ points in game time, and actions provide an API to describe
transformations that happen over a period of game time.

@menu
* Coroutines
* Agendas
* Actions
* Coroutines::
* Agendas::
* Actions::
@end menu

@include scripting/coroutine.texi
Expand Down

0 comments on commit cf7f5ca

Please sign in to comment.