@file comment now consistently above includes

This commit is contained in:
Johan Wikman
2017-02-01 13:07:13 +02:00
parent 6b6fd83f26
commit ea0b4d6b45
3 changed files with 12 additions and 12 deletions

View File

@ -12,6 +12,10 @@
* Public License.
*/
/**
* @file housekeeper.h A mechanism to have task run periodically
*/
#include <maxscale/cdefs.h>
#include <time.h>
#include <maxscale/dcb.h>
@ -19,10 +23,6 @@
MXS_BEGIN_DECLS
/**
* @file housekeeper.h A mechanism to have task run periodically
*/
typedef enum
{
HK_REPEATED = 1,

View File

@ -12,16 +12,16 @@
* Public License.
*/
#include <maxscale/cdefs.h>
MXS_BEGIN_DECLS
/**
* @file lmits.h
* @file limits.h
*
* This file contains defines for hard limits of MaxScale.
*/
#include <maxscale/cdefs.h>
MXS_BEGIN_DECLS
/**
* MXS_BACKEND_SO_RCVBUF

View File

@ -12,15 +12,15 @@
* Public License.
*/
#include <maxscale/cdefs.h>
#include <sqlite3.h>
/**
* @file sqlite3.h
*
* Common SQLite defines
*/
#include <maxscale/cdefs.h>
#include <sqlite3.h>
/** SQLite3 version 3.7.14 introduced the new v2 close interface */
#if SQLITE_VERSION_NUMBER < 3007014
#define sqlite3_close_v2 sqlite3_close