From 90935cffb5aaec61f23b7af7590f86c0ff792e28 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 20 May 2007 15:31:02 +0000 Subject: [PATCH] Cleaned up table of contents git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@231 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttxPortingGuide.html | 33 ++++++++++++++-------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index a209146e22..e7270063e6 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -20,17 +20,17 @@

Table of Contents

-
  • 1.0 1.0 Introduction
  • -
  • 2.0 Directory Structure
  • +
  • 1.0 Introduction
  • +
  • 2.0 Directory Structure
  • -
  • 2.4 drivers
  • -
  • 2.5 examples
  • -
  • 2.6 fs
  • -
  • 2.7 include
  • -
  • 2.8 lib
  • -
  • 2.9 mm
  • -
  • 2.10 sched
  • -
  • 2.11 tools
  • -
  • 2.12 Makefile
  • +
  • 2.4 drivers/
  • +
  • 2.5 examples/
  • +
  • 2.6 fs/
  • +
  • 2.7 include/
  • +
  • 2.8 lib/
  • +
  • 2.9 mm/
  • +
  • 2.10 sched/
  • +
  • 2.11 tools/
  • +
  • 2.12 Makefile
  • -
  • 3.0 Configuring and Building
  • +
  • 3.0 Configuring and Building
  • -
  • 4.0 Architecture APIs
  • +
  • 4.0 Architecture APIs
  • +
  • Appendix A: NuttX Configuration Settings

  • 1.0 Introduction