The quality of comments, even if auto-generated can be improved. Although the project is in initial stages but comment style must be changed in:
[ ] In sddekit_api.h the comments are redundant (like free is implied, same parameter given to all functions of a obj/struct needn't be rewritten) and highly spaced. This makes an object (structure) span multiple screens.
[ ] In some files like sys_net.c, etc. especially where naming is short and operation non-trivial more comments will be helpful in understanding the code.
The quality of comments, even if auto-generated can be improved. Although the project is in initial stages but comment style must be changed in: