- Timestamp:
- Jan 24, 2008, 12:46:18 PM (18 years ago)
- Author:
- neil.c.c.brown
- Message:
-
Properly hyper-linked the URL to the Tock instructions, and another small clarification
- File:
-
- 1 edited
- docs/trunk/hacking-guide/tock-intro.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
docs/trunk/hacking-guide/tock-intro.tex
r178 r179 1 \documentclass (削除) (削除ここまで){article}1 \documentclass(追記) [a4wide] (追記ここまで){article} 2 2 3 3 \usepackage{color} 4 4 \usepackage{crg-group} 5 5 \usepackage{listings} 6 (追記) \usepackage[a4paper=true,colorlinks=true]{hyperref} (追記ここまで) 6 7 7 8 \begin{document} … … 11 12 \section{Getting the Code} 12 13 13 All details currently reside on this page: (削除) http://www.cs.kent.ac.uk/research/groups/sys/wiki/Tock (削除ここまで)14 All details currently reside on this page: (追記) \url{http://www.cs.kent.ac.uk/research/groups/sys/wiki/Tock} (追記ここまで) 14 15 15 16 Tock is held in a darcs repository. Darcs is broadly similar to CVS/SVN. The following few commands will usually suffice: … … 399 400 Haddock is a documentation system for Haskell akin to Javadoc, Doxygen, etc. Starting to use it is very 400 401 simple; instead of writing \lstinline|-- Some comment| before a function, write \lstinline$-- | Some comment$ 401 instead. Note the space between the dashes and the pipe (it is required). See the Haddock documentation 402 instead. It is not obvious in this style of mark-up but there is a space between the dashes and the pipe (it is 403 required). See the Haddock documentation 402 404 for other markup. 403 405
Note:
See TracChangeset
for help on using the changeset viewer.