jeudi 16 novembre 2023

create include dependency graph for non-header files

In my project i have .c and .h files. But also other file extensions (e.g. .abc) that could have an include statement like

#include "common.h"

So they can be seen like normal headers. I have added ".abc" in the FILE_PATTERNS as "*.abc". But it is ignoring them and does not parse them. Any help?

Aucun commentaire:

Enregistrer un commentaire