Commit Graph

6 Commits

Author SHA1 Message Date
str4d
67b51774e3 propagate from branch 'i2p.www' (head bffd2812f9c516072d67f9e255c5a6404da88202)
to branch 'i2p.www.revamp' (head a6fb5601cc1d2b4567e099fda4ee15c3b5915465)
2015-06-27 15:49:12 +00:00
str4d
927217c5c2 Handle message types in formatter
Most messages will work with or without the Message tail, e.g. SetDateMessage
vs. SetDate. The exception to this is SetMessageMessage, which must be specified
fully.
2015-06-27 15:32:51 +00:00
str4d
3a527f5535 Add message types to spectags
Command to generate spectags file:
cd i2p2www/pages/site && ctags -f spectags --regex-html=/\"type_\([a-zA-Z0-9]+\)\"/\\1/t,type/ --regex-html=/\"struct_\([a-zA-Z0-9]+\)\"/\\1/s,struct/ --regex-html=/\"msg_\([a-zA-Z]+\)\"/\\1/m,msg/ -R -n docs/spec/*.html
2015-06-27 15:16:33 +00:00
str4d
e208d0b83e Make {% highlight %} always be ltr 2015-05-31 03:02:31 +00:00
str4d
7eda69e8aa Only link Token.Name.Class 2014-02-14 01:27:40 +00:00
str4d
9e543cbde8 Added support for links to structure specs in dataspec blocks
The HtmlFormatter class from Pygments was duplicated and modified,
instead of patching upstream.
2014-02-14 01:01:47 +00:00