2 changed files with 30 additions and 1 deletions
@ -0,0 +1,29 @@
|
||||
/*
|
||||
* To change this license header, choose License Headers in Project Properties. |
||||
* To change this template file, choose Tools | Templates |
||||
* and open the template in the editor. |
||||
*/ |
||||
|
||||
/*
|
||||
* File: doxygenopts.h |
||||
* Author: dziegel |
||||
* |
||||
* Created on July 30, 2016, 11:06 AM |
||||
*/ |
||||
|
||||
#ifndef DOXYGENOPTS_H |
||||
#define DOXYGENOPTS_H |
||||
|
||||
#ifdef __cplusplus |
||||
extern "C" { |
||||
#endif |
||||
|
||||
|
||||
|
||||
|
||||
#ifdef __cplusplus |
||||
} |
||||
#endif |
||||
|
||||
#endif /* DOXYGENOPTS_H */ |
||||
|
||||
Loading…
Reference in new issue