todo notes
This commit is contained in:
parent
3bf2dbc7eb
commit
8d9ffee55a
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
output.png
|
||||
.gdb_history
|
||||
depgra
|
||||
tags
|
||||
|
22
documentation/TODO.md
Normal file
22
documentation/TODO.md
Normal file
@ -0,0 +1,22 @@
|
||||
### 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
|
Loading…
x
Reference in New Issue
Block a user