From fdbd8440e5b6a79aac1226bb81b62a69893f57aa Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Sun, 2 Oct 2016 23:43:42 +0200 Subject: [PATCH] [DEBUG] correct .hpp port + clean libC include --- algue/md5.hpp | 2 +- doxy_algue.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/algue/md5.hpp b/algue/md5.hpp index 482b1c0..10882ce 100644 --- a/algue/md5.hpp +++ b/algue/md5.hpp @@ -5,7 +5,7 @@ */ #pragma once -#include +#include /** * @brief Basic Algue library namespace diff --git a/doxy_algue.py b/doxy_algue.py index 5c12d47..2d2304c 100644 --- a/doxy_algue.py +++ b/doxy_algue.py @@ -22,10 +22,10 @@ def create(target, module_name): '*operator<<*', ]) my_module.add_exclude_file([ - 'debug.h', + 'debug.hpp', ]) my_module.add_file_patterns([ - '*.h', + '*.hpp', '*.md', ]) my_module.add_module_define([