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-14-dynar.doc
diff --git a/doc/gtut-tour-14-dynar.doc b/doc/gtut-tour-14-dynar.doc
new file mode 100644 (file)
index 0000000..281fb14
--- /dev/null
@@ -0,0 +1,26 @@
+/**
+@page GRAS_tut_tour_dynar Lesson 14: Exchanging aggregate datatypes such as dynar (TODO)
+
+\section GRAS_tut_tour_dynar_toc Table of Contents
+ - \ref GRAS_tut_tour_dynar_intro
+ - \ref GRAS_tut_tour_dynar_use
+ - \ref GRAS_tut_tour_dynar_recap
+   
+<hr>
+
+\section GRAS_tut_tour_dynar_intro Introduction
+
+
+\section GRAS_tut_tour_dynar_use Defining structure containing dynars
+
+
+\section GRAS_tut_tour_dynar_recap Recapping everything together
+
+The program now reads:
+\include 13-dynar.c
+
+Which produces the expected output:
+\include 13-dynar.output
+
+
+*/