From e5d6eb129984454000e59388de99bb1c439203f0 Mon Sep 17 00:00:00 2001
From: Francois Bleibel <fbleibel@gmail.com>
Date: Mon, 6 Sep 2010 16:38:00 +0900
Subject: [PATCH] Changed parts of documentation.

---
 doc/additionalDoc/package.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/additionalDoc/package.h b/doc/additionalDoc/package.h
index 95c99c8..e933d02 100644
--- a/doc/additionalDoc/package.h
+++ b/doc/additionalDoc/package.h
@@ -3,6 +3,12 @@
 
 \section intro_dynamicGraph Introduction
 
+The dynamic-graph package is used to connect computation nodes, "entities"
+together using a graph system, akin to what Simulink does. With the building
+blocks this package provides, you can easily create a full computation graph
+for a given problem. It is the basis for the stack of tasks operation.
+
+\section overview Code overview
 This code implements the factory design pattern, making creation of entities
 available to packages depending on the dynamic-graph API.
 
-- 
GitLab