mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 21:44:38 +08:00
30 lines
425 B
C
30 lines
425 B
C
/*
|
|
* 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 */
|
|
|