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([