[DEV] not-in-doc ==> not_in_doc and add parsing in c++

This commit is contained in:
2016-04-01 21:30:23 +02:00
parent 948e672eb1
commit 235847a1c6
4 changed files with 6 additions and 9 deletions

View File

@@ -5,9 +5,7 @@
*
* @license GPL v3 (see license file)
*/
#ifndef __APPL_DEBUG_H__
#define __APPL_DEBUG_H__
#pragma once
#include <elog/log.h>
@@ -39,4 +37,3 @@ namespace appl {
} \
} while (0)
#endif