[DEBUG] correct .hpp port + clean libC include
This commit is contained in:
parent
903edc9349
commit
18b7d7675e
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <cstdint>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief date library namespace
|
* @brief date library namespace
|
||||||
|
@ -15,7 +15,7 @@ def create(target, module_name):
|
|||||||
"doc"
|
"doc"
|
||||||
])
|
])
|
||||||
my_module.add_file_patterns([
|
my_module.add_file_patterns([
|
||||||
'*.h',
|
'*.hpp',
|
||||||
'*.md',
|
'*.md',
|
||||||
])
|
])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user