shared vmeUniverse: Improve Doxygen

This commit is contained in:
Szkocsovszki Zsolt
2014-01-05 22:43:54 +01:00
committed by Joel Sherrill
parent d496095366
commit e87b300635
22 changed files with 311 additions and 60 deletions

View File

@@ -1,3 +1,11 @@
/**
* @file
*
* @ingroup shared_defaultinitialextension
*
* @brief DEFAULT_INITIAL_EXTENSION Support
*/
/*
* Copyright (c) 2012 embedded brains GmbH. All rights reserved.
*
@@ -21,6 +29,14 @@
extern "C" {
#endif /* __cplusplus */
/**
* @defgroup shared_defaultinitialextension DEFAULT_INITIAL_EXTENSION Support
*
* @ingroup shared_include
*
* @brief DEFAULT_INITIAL_EXTENSION Support Package
*/
void bsp_fatal_extension(
rtems_fatal_source source,
bool is_internal,