From 5296106d7913846f2334bf8150f5ac8375ceda2d Mon Sep 17 00:00:00 2001
From: Florian Pose <fp@igh-essen.com>
Date: Tue, 25 Apr 2006 12:15:54 +0000
Subject: [PATCH] documentation update.

---
 master/doxygen.c | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/master/doxygen.c b/master/doxygen.c
index e89b6e2e..3bae5c42 100644
--- a/master/doxygen.c
+++ b/master/doxygen.c
@@ -21,23 +21,22 @@
  *
  *****************************************************************************/
 
-/**
-   \file
-   Just for the doxygen mainpage.
-*/
+// This file only contains the doxygen mainpage.
 
 /*****************************************************************************/
 
 /**
    \mainpage The IgH EtherCAT master
 
-   \section sec_docs Documentation
+   \section sec_general General information
 
-   You will find the code documentation in the modules section.
+   This HTML contains the complete code documentation.
 
-   There is an external API documentation for the realtime interface.
+   The API documentations are in the <a href="modules.html">modules
+   section</a>.
 
-   For information how to build and install, see the README file.
+   For information how to build and install, see the INSTALL file in the source
+   root.
 
    \section sec_contact Contact
 
-- 
GitLab