diff --git a/all.html b/all.html index 82d847d..257944c 100755 --- a/all.html +++ b/all.html @@ -345,11 +345,11 @@ dl { dt { margin-bottom: -0.5em; - margin-left: 0.5em; } + margin-left: 0.0em; } dd { - margin-left: 0.5em; - margin-bottom: 2.5em; + margin-left: 2.0em; + margin-bottom: 3.0em; margin-top: 0.5em; } @@ -761,6 +761,10 @@ span.pragmawrap { display: none; } +span.attachedType { + display: none; + visibility: hidden; +} @@ -818,7 +822,7 @@ function main() {
@@ -828,7 +832,7 @@ function main() { diff --git a/cimport.html b/cimport.html index ef6a06c..07617b1 100755 --- a/cimport.html +++ b/cimport.html @@ -345,11 +345,11 @@ dl { dt { margin-bottom: -0.5em; - margin-left: 0.5em; } + margin-left: 0.0em; } dd { - margin-left: 0.5em; - margin-bottom: 2.5em; + margin-left: 2.0em; + margin-bottom: 3.0em; margin-top: 0.5em; } @@ -761,6 +761,10 @@ span.pragmawrap { display: none; } +span.attachedType { + display: none; + visibility: hidden; +} @@ -802,12 +806,6 @@ function main() {proc cSkipSymbol(skips: seq[string]) {...}{.compileTime, raises: [], tags: [].}
proc cSkipSymbol(skips: seq[string]) {...}{.compileTime, raises: [], tags: [].}
Examples:
@@ -1008,6 +1007,11 @@ Add an include directory that is forwarded to the C/C++ compiler using +proc gitReset(outdir: string) {...}{.raises: [OSError, Exception, ValueError, IOError, Defect], tags: [ + proc gitReset(outdir: string) {...}{.raises: [ValueError, OSError, Exception, IOError, Defect], tags: [ ExecIOEffect, ReadIOEffect, RootEffect, TimeEffect].}- proc gitCheckout(file, outdir: string) {...}{.raises: [OSError, Exception, ValueError, + proc gitCheckout(file, outdir: string) {...}{.raises: [ValueError, OSError, Exception, IOError, Defect], tags: [ExecIOEffect, ReadIOEffect, RootEffect, TimeEffect].}@@ -908,7 +912,7 @@ function main() { proc gitPull(url: string; outdir = ""; plist = ""; checkout = "") {...}{. - raises: [OSError, Exception, ValueError, IOError, Defect], tags: [ReadDirEffect, + raises: [ValueError, OSError, Exception, IOError, Defect], tags: [ReadDirEffect, ExecIOEffect, ReadIOEffect, RootEffect, TimeEffect, WriteIOEffect].}@@ -924,7 +928,7 @@ function main() {