about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--linkify/003linkify.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/linkify/003linkify.cc b/linkify/003linkify.cc
index 929ea13b..40eec81d 100644
--- a/linkify/003linkify.cc
+++ b/linkify/003linkify.cc
@@ -17,6 +17,8 @@
 //   - but even that's not perfect, because sometimes the tags file has a
 //     single definition but there's still multiple overloads (say I defined
 //     'clear()' on some type, and it's already defined on STL classes)
+// - ctags misses some symbols in layered code
+// - Mu's before/after blocks should point to the location of their labels
 
 struct syminfo {
   string filename;