about summary refs log tree commit diff stats
path: root/linkify/linkify.cc
Commit message (Collapse)AuthorAgeFilesLines
* 5799 - move html-generation to `tools/` directoryKartik Agaram2019-12-071-267/+0
|
* 5725Kartik Agaram2019-10-301-1/+5
|
* 5684Kartik Agaram2019-09-211-0/+5
| | | | Support function-call syntax when linkifying functions in html files.
* 4899Kartik Agaram2018-12-301-2/+4
| | | | Bug in my linkify tool introduced in commit 4891.
* 4891Kartik Agaram2018-12-301-3/+25
| | | | | | | | | | | Couple more tweaks to html rendering: a) SubX definitions no longer link redundantly to themselves. This long-standing issue turns out to be tractable to solve for SubX files since the syntax is so simple. b) Fix links to SubX definitions in other directories. I forgot that I have to always generate tags from the directory of the file being linkified. c) Fix link colors. Before we lost all syntax highlighting for functions and Globals. Now they maintain their colors, just add an underline.
* 4198Kartik K. Agaram2018-01-251-3/+3
|
* 4054Kartik K. Agaram2017-10-121-2/+6
|
* 3729Kartik K. Agaram2017-01-031-0/+230