about summary refs log tree commit diff stats
path: root/linkify/003linkify.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-12-26 21:23:55 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-12-26 21:23:55 -0800
commitfdfe34ded306526bd87568e50ac9a6e03c9c0594 (patch)
treeee2ae7e7ef788213397f8b74c3be2d79379d276d /linkify/003linkify.cc
parente932f72d36e7b9217ea2e12c12dbd8ed9ea4747b (diff)
downloadmu-fdfe34ded306526bd87568e50ac9a6e03c9c0594.tar.gz
3715
Fix cross-links in html for the edit/ app.

I originally thought I'd need to provide a commandline flag like --rel-path or
something. But we need to support different relative paths in a single html
file. So the solution instead is appropriately engineering the tags file.
Diffstat (limited to 'linkify/003linkify.cc')
-rw-r--r--linkify/003linkify.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/linkify/003linkify.cc b/linkify/003linkify.cc
index 953036db..929ea13b 100644
--- a/linkify/003linkify.cc
+++ b/linkify/003linkify.cc
@@ -2,6 +2,9 @@
 // html files generated by Vim's TOhtml command on C++ code. Link words
 // in the html files to cross-references from ctags.
 
+// Usage:
+//    linkify [tags file] [html files]...
+
 // Still plenty of holes:
 // - unnecessarily linking definition location to itself
 // - can't detect strings in spite of attempt to support them below, because