Files
depgra/documentation/TODO.md
2024-08-29 13:47:35 +02:00

586 B

graphs such as:

   +-------+
   |  i.h  | 
   |  ___  |
   | | i | |
   |  '''  |
   +-------+

   +--------------------+     +------------------------+
   |       main.c       |     |          i.c           | 
   |  ________________  |     |  ____________________  |
   | | used by main.h | |     | | declared by main.h | |
   |  ''''''''''''''''  |     |  ''''''''''''''''''''  |
   +--------------------+     +------------------------+

(arrows omited for simplicity)

ctags cant do this (--extras=+referece only indexes the preprocessor), i will have to use treesitter