mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
ML-Doc is a system for documenting the interfaces of SML libraries. It can produce both HTML and LaTeX output. http://people.cs.uchicago.edu/~jhr/tools/ml-doc.html PR: ports/115932: Submitted by: Timothy Bourke <timbob@bigpond.com>
11 lines
417 B
Standard ML
11 lines
417 B
Standard ML
--- tools/html-gen/do-spec.sml.orig Sun Aug 5 20:42:32 2007
|
|
+++ tools/html-gen/do-spec.sml Sun Aug 5 20:43:41 2007
|
|
@@ -82,7 +82,7 @@
|
|
of (body, NONE) => HTML.CODE(T.codeToHTML ctx body)
|
|
| (body, SOME result) => HTML.TextList[
|
|
HTML.CODE(T.codeToHTML ctx body),
|
|
- HTML.EM(HTML.PCDATA "evaluates to"),
|
|
+ HTML.EM(HTML.PCDATA " evaluates to "),
|
|
HTML.CODE result
|
|
]
|
|
(* end case *)
|