Doxygen documentation corrected and completed.
This commit is contained in:
@ -1,8 +1,12 @@
|
||||
/*
|
||||
* obitypes.c
|
||||
*
|
||||
* Created on: 23 mai 2015
|
||||
* Author: coissac
|
||||
/****************************************************************************
|
||||
* OBITypes functions *
|
||||
****************************************************************************/
|
||||
|
||||
/**
|
||||
* @file obitypes.h
|
||||
* @author Eric Coissac (eric.coissac@metabarcoding.org)
|
||||
* @date 23 May 2015
|
||||
* @brief Functions for the handling of OBITypes.
|
||||
*/
|
||||
|
||||
|
||||
@ -13,7 +17,7 @@
|
||||
#include "obierrno.h"
|
||||
|
||||
|
||||
#define DEBUG_LEVEL 0
|
||||
#define DEBUG_LEVEL 0 // TODO has to be defined somewhere else (cython compil flag?)
|
||||
|
||||
|
||||
size_t obi_sizeof(OBIType_t type)
|
||||
|
Reference in New Issue
Block a user