History log of /seL4-l4v-10.1.1/HOL4/help/src-sml/Doc2Tex.sml
Revision Date Author Comments
# b1791d45 08-Oct-2017 Michael Norrish <Michael.Norrish@nicta.com.au>

Make sure that “..” is handled in verbatim blocks as well as inline


# e62c6499 04-Oct-2017 Michael Norrish <Michael.Norrish@nicta.com.au>

Remove -- from doc-files.

Thanks to Andreas for pointing this out.


# a1e07ed5 21-Jun-2016 Michael Norrish <Michael.Norrish@nicta.com.au>

Allow for emphasis in .doc files by using *-delimiters


# 8a7a5266 19-Jun-2016 Michael Norrish <Michael.Norrish@nicta.com.au>

Adjust .doc processors to die with more information

In Poly/ML at least, you need to explicitly catch and do something with
exceptions. Otherwise, the process quietly dies with an error exit code.


# 3d629097 09-Feb-2011 Michael Norrish <Michael.Norrish@nicta.com.au>

Handle Docfile parsing exception better.

This is important because Poly's behaviour is to silently exit with a
success code (at least in generated executables).


# 75e3d140 09-Feb-2011 Michael Norrish <Michael.Norrish@nicta.com.au>

Add a 'be verbose' flag to Doc2Tex.


# 4761143b 10-Aug-2009 Tjark Weber <Tjark.Weber@cl.cam.ac.uk>

Removed trailing whitespace from all .sml and .sig files.

This affects over 900 files and was done using emacs's delete-trailing-whitespace
function in batch mode. Building the system with Poly/ML and Moscow ML seems to
work, so I'm hoping these changes don't break anything. Please complain if
they do!


# d76f367d 09-Dec-2008 Scott Owens <Scott.Owens@cl.cam.ac.uk>

Got the help build system working on PolyML.


# e58a33ef 09-Dec-2008 Scott Owens <Scott.Owens@cl.cam.ac.uk>

Start working on porting the doc building system to SML (i.e., not Moscow ML)
to get it working with Poly ML.