--- trunk/doc/manual.html 2007/08/23 12:39:42 43 +++ trunk/doc/manual.html 2007/11/22 03:04:55 72 @@ -36,8 +36,8 @@
-tar jxvf jscoverage-0.3.tar.bz2 -cd jscoverage-0.3/ +tar jxvf jscoverage-0.3.1.tar.bz2 +cd jscoverage-0.3.1/ ./configure make@@ -141,6 +141,10 @@ entering its URL into the "URL" input field. For example, to load the file
DESTINATION-DIRECTORY/dir/index.html
, you can
enter the relative URL dir/index.html
into the input field.
+You can load any page located in DESTINATION-DIRECTORY/
+or a subdirectory underneath DESTINATION-DIRECTORY/
; loading a page
+from outside DESTINATION-DIRECTORY/
, or from a foreign web
+server, will give unexpected results.
m=BOOLEAN
, missing=BOOLEAN
true
, t
, yes
, y
on
, 1
+true
, t
, yes
, y
, on
, 1
(to display the "Missing" column), or
false
, f
, no
, n
, off
, 0
(to hide the "Missing" column). By default, the "Missing" column is not displayed.