| Line |  | 
|---|
| 1 | /****************************************************************************** | 
|---|
| 2 | * | 
|---|
| 3 | * @file    template.h | 
|---|
| 4 | * @author  ECS, Falko Jahn | 
|---|
| 5 | * @version V1.0.0 | 
|---|
| 6 | * @date    2020-05-01 | 
|---|
| 7 | * @brief   Layout für die Dokumentation von .h Dateien | 
|---|
| 8 | * | 
|---|
| 9 | ******************************************************************************/ | 
|---|
| 10 | #ifndef __TEMPLATE_H | 
|---|
| 11 | #define __TEMPLATE_H | 
|---|
| 12 |  | 
|---|
| 13 | //--- INCLUDEs ----------------------------------------------------------------- | 
|---|
| 14 |  | 
|---|
| 15 | //--- GLOBALE TYPE DEFS -------------------------------------------------------- | 
|---|
| 16 |  | 
|---|
| 17 | //--- GLOBALE DEFINES ---------------------------------------------------------- | 
|---|
| 18 |  | 
|---|
| 19 | //--- GLOBALE VARIABLEN PROTOTYPEN --------------------------------------------- | 
|---|
| 20 |  | 
|---|
| 21 | //--- GLOBALE FUNKTIONS PROTOTYPEN --------------------------------------------- | 
|---|
| 22 |  | 
|---|
| 23 | /* | 
|---|
| 24 | * @brief | 
|---|
| 25 | * @param        kein | 
|---|
| 26 | * @retval       kein | 
|---|
| 27 | */ | 
|---|
| 28 |  | 
|---|
| 29 | #endif // __TEMPLATE_H | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.