Переглянути джерело

Added tables of contents.

Camilla Berglund 12 роки тому
батько
коміт
c5ea91d6a3
3 змінених файлів з 9 додано та 5 видалено
  1. 2 0
      docs/compat.dox
  2. 2 0
      docs/moving.dox
  3. 5 5
      docs/quick.dox

+ 2 - 0
docs/compat.dox

@@ -2,6 +2,8 @@
 
 
 @page compat Standards conformance
 @page compat Standards conformance
 
 
+@tableofcontents
+
 This chapter describes the various API extensions used by this version of GLFW.
 This chapter describes the various API extensions used by this version of GLFW.
 It lists what are essentially implementation details, but which are nonetheless
 It lists what are essentially implementation details, but which are nonetheless
 vital knowledge for developers wishing to deploy their applications on machines
 vital knowledge for developers wishing to deploy their applications on machines

+ 2 - 0
docs/moving.dox

@@ -2,6 +2,8 @@
 
 
 @page moving Moving from GLFW 2 to 3
 @page moving Moving from GLFW 2 to 3
 
 
+@tableofcontents
+
 This is a guide for people moving from GLFW 2 to 3.  It describes API *changes*,
 This is a guide for people moving from GLFW 2 to 3.  It describes API *changes*,
 but does *not* include entirely new features unless they are required when
 but does *not* include entirely new features unless they are required when
 moving an existing code base onto the new API.  One example of this is the new
 moving an existing code base onto the new API.  One example of this is the new

+ 5 - 5
docs/quick.dox

@@ -2,12 +2,12 @@
 
 
 @page quick Getting started
 @page quick Getting started
 
 
-@section quick_start Introduction
+@tableofcontents
 
 
-In this guide you will learn how to write simple OpenGL applications using
-GLFW 3.  It will introduce you to a few of the most commonly used functions, but
-there are many others.  To see detailed documentation on any GLFW function, just
-click on its name.
+This guide will show how to write simple OpenGL applications using GLFW 3.  It
+will introduce a few of the most commonly used functions, but there are many
+others.  To see detailed documentation on any GLFW function, just click on its
+name.
 
 
 
 
 @section quick_include Including the GLFW header
 @section quick_include Including the GLFW header