No description
This repository has been archived on 2021-03-01. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
Némunaire e83d2e5efc Add function dectection, for detection, comments detection, typedef, struct, enum, union detection, global variable detection, prototype detection
Checks variables alignement in struct and union
Checks typedef names
Checks line number in functions
Checks ; before and after spaces
Starting check for for instruction
Fix check alignement of macros
Fix line number
Fix tabulation alignment
2011-11-02 03:58:52 +01:00
authors.py Starting the newer version ; currently, preprocessor directives are managed 2011-10-31 02:39:04 +00:00
c.py Add function dectection, for detection, comments detection, typedef, struct, enum, union detection, global variable detection, prototype detection 2011-11-02 03:58:52 +01:00
common.py Starting the newer version ; currently, preprocessor directives are managed 2011-10-31 02:39:04 +00:00
moulinette.py Starting the newer version ; currently, preprocessor directives are managed 2011-10-31 02:39:04 +00:00
report.py Starting the newer version ; currently, preprocessor directives are managed 2011-10-31 02:39:04 +00:00