doc: Remove section about include guards

This commit is contained in:
MarcoFalke
2025-05-20 18:20:32 +02:00
parent fad6cd739b
commit fa00b8c02c
2 changed files with 1 additions and 11 deletions

View File

@@ -83,7 +83,7 @@ def main():
if count != 3:
print(f'{header_file} seems to be missing the expected '
'include guard:')
'include guard to prevent the double inclusion problem:')
print(f' #ifndef {header_id}')
print(f' #define {header_id}')
print(' ...')