From 1217fbaa7ee700b11ef786ecb264381af5ed7efd Mon Sep 17 00:00:00 2001
From: Francois Bleibel <fbleibel@gmail.com>
Date: Tue, 2 Nov 2010 16:27:20 +0900
Subject: [PATCH] * Moved entity.png to doc/figures so that it can be found by
 doxygen (cannot use the svg version because it breaks the layout in my
 browser - Chrome). * Corrected some doxygen errors.

---
 doc/additionalDoc/package.h          |   6 +-----
 doc/{pictures => figures}/entity.png | Bin
 2 files changed, 1 insertion(+), 5 deletions(-)
 rename doc/{pictures => figures}/entity.png (100%)

diff --git a/doc/additionalDoc/package.h b/doc/additionalDoc/package.h
index d545d8b..566cd0b 100644
--- a/doc/additionalDoc/package.h
+++ b/doc/additionalDoc/package.h
@@ -29,7 +29,7 @@ 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.
 
-\image html pictures/entity.png
+\image html entity.png
 Functionality:
 \li Built-in scripting language* for fast prototyping and testing
 \li Support for extensions and modules using dynamic link libraries
@@ -135,16 +135,12 @@ IEEE Trans. on Robotics, 23(1):60-72, February 2007
 
 
 \defgroup dgraph Core classes and objects
-
-\ingroup dgraph
 @{
 
 Classes, entities and binaries that make up the core of the dynamic-graph library are listed here.
 @}
 
 \defgroup signals Signals
-
-\ingroup signals
 @{
 This part provides the mechanism to transfer information
 from one entity to another. There are three main types of signals,
diff --git a/doc/pictures/entity.png b/doc/figures/entity.png
similarity index 100%
rename from doc/pictures/entity.png
rename to doc/figures/entity.png
-- 
GitLab