More doc porting.

This commit is contained in:
Graydon Hoare 2012-01-13 15:05:12 -08:00
parent 4a34a7128a
commit 4f9e1ba80b
2 changed files with 377 additions and 36 deletions

View file

@ -86,6 +86,10 @@ symnames = {
"::": "coloncolon",
"->": "rightarrow",
"<-": "leftarrow",
"<->": "swaparrow",
"//": "linecomment",
"/*": "openblockcomment",
"*/": "closeblockcomment"