Change doxygen \param tag to \a.
[bertos.git] / cfg / module.h
index 31bb07f23edeb88885a6572f9365c9cce73731f5..21f871504f728c07e1a4437502e93a3ab93dacb5 100755 (executable)
@@ -1,4 +1,4 @@
-/*!
+/**
  * \file
  * <!--
  * Copyright 2006 Develer S.r.l. (http://www.develer.com/)
@@ -46,7 +46,7 @@
  *
  * \see MOD_INIT(), MOD_CHECK()
  */
-#define MOD_DEFINE(module)   DB(bool module ## _initialized;)
+#define MOD_DEFINE(module)   DB(extern bool module ## _initialized; bool module ## _initialized;)
 
 /**
  * Check that \a module was already initialized.