From f8e4f8040ed048467cce6479f373b7bf7223f9f6 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 8 Jun 2009 13:48:12 +0200 Subject: converted applications,clientcomm,commline,compression,debug and include directories to modules.chnages made by billy --- include/basictypes.hh | 8 ++++++++ include/globals.hh | 6 ++++++ include/rasdaman.hh | 6 ++++++ 3 files changed, 20 insertions(+) (limited to 'include') diff --git a/include/basictypes.hh b/include/basictypes.hh index 8148208..93f9a8f 100644 --- a/include/basictypes.hh +++ b/include/basictypes.hh @@ -27,6 +27,14 @@ rasdaman GmbH. // DO NOT EDIT //------------------------------------------------------------ +/** +* @defgroup Include Include +* +* @file basictypes.hh +* +* @ingroup Include +*/ + #ifndef __BASICTYPES_HH_ #define __BASICTYPES_HH_ diff --git a/include/globals.hh b/include/globals.hh index e64392b..bfd0b28 100644 --- a/include/globals.hh +++ b/include/globals.hh @@ -37,6 +37,12 @@ rasdaman GmbH. * */ +/** +* @file globals.hh +* +* @ingroup Include +*/ + #ifndef GLOBALS_HH #define GLOBALS_HH diff --git a/include/rasdaman.hh b/include/rasdaman.hh index 8c983c9..876d484 100644 --- a/include/rasdaman.hh +++ b/include/rasdaman.hh @@ -27,6 +27,12 @@ rasdaman GmbH. // DO NOT EDIT //------------------------------------------------------------ +/** +* @file rasdaman.hh +* +* @ingroup Include +*/ + #ifndef __RASDAMAN_HH_ #define __RASDAMAN_HH_ -- cgit