Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make some room for the lesson 11 on explicit message wait, and for the recapping...
[simgrid.git] / doc / gtut-tour-13-pointers.doc
diff --git a/doc/gtut-tour-13-pointers.doc b/doc/gtut-tour-13-pointers.doc
new file mode 100644 (file)
index 0000000..57db72a
--- /dev/null
@@ -0,0 +1,26 @@
+/**
+@page GRAS_tut_tour_pointers Lesson 13: Defining structure containing pointers (TODO)
+
+\section GRAS_tut_tour_pointers_toc Table of Contents
+ - \ref GRAS_tut_tour_pointers_intro
+ - \ref GRAS_tut_tour_pointers_use
+ - \ref GRAS_tut_tour_pointers_recap
+   
+<hr>
+
+\section GRAS_tut_tour_pointers_intro Introduction
+
+
+\section GRAS_tut_tour_pointers_use Defining structure containing pointers
+
+
+\section GRAS_tut_tour_pointers_recap Recapping everything together
+
+The program now reads:
+\include 12-pointers.c
+
+Which produces the expected output:
+\include 12-pointers.output
+
+
+*/