@@ -207,6 +207,13 @@ <h1 class="title">subdir/subdir_b/utils</h1>
207207 < li > < a class ="reference " href ="#fn10%2Cint "
208208 title ="fn10(a: int): int "> fn10(a: int): int</ a > </ li >
209209
210+ </ ul >
211+ < ul class ="simple nested-toc-section "> fN11
212+ < li > < a class ="reference " href ="#fN11 "
213+ title ="fN11() "> fN11()</ a > </ li >
214+ < li > < a class ="reference " href ="#fN11%2Cint "
215+ title ="fN11(x: int) "> fN11(x: int)</ a > </ li >
216+
210217 </ ul >
211218 < ul class ="simple nested-toc-section "> funWithGenerics
212219 < li > < a class ="reference " href ="#funWithGenerics%2CT%2CU "
@@ -290,6 +297,7 @@ <h6><a class="toc-backref" id="more-headers-up-to-level-6" href="#more-headers-u
290297< p > Note that < tt class ="docutils literal "> < span class ="pre "> < span class ="Keyword "> proc</ span > </ span > </ tt > can be used in postfix form: < a class ="reference internal nimdoc " title ="proc binarySearch[T, K](a: openArray[T]; key: K;
291298 cmp: proc (x: T; y: K): int {.closure.}): int " href ="#binarySearch,openArray[T],K,proc(T,K) "> binarySearch proc</ a > .</ p >
292299< p > Ref. type like < a class ="reference internal nimdoc " title ="type G " href ="#G "> G</ a > and < a class ="reference internal nimdoc " title ="type G " href ="#G "> type G</ a > and < a class ="reference internal nimdoc " title ="type G " href ="#G "> G[T]</ a > and < a class ="reference internal nimdoc " title ="type G " href ="#G "> type G*[T]</ a > .</ p >
300+ < p > Group ref. with capital letters works: < a class ="reference internal nimdoc " title ="proc fN11 (2 overloads) " href ="#fN11-procs-all "> fN11</ a > or < a class ="reference internal nimdoc " title ="proc fN11 (2 overloads) " href ="#fN11-procs-all "> fn11</ a > </ p >
293301Ref. < a class ="reference internal nimdoc " title ="proc `[]`[T](x: G[T]): T " href ="#[],G[T] "> []</ a > is the same as < a class ="reference internal nimdoc " title ="proc `[]`[T](x: G[T]): T " href ="#[],G[T] "> proc `[]`(G[T])</ a > because there are no overloads. The full form: < a class ="reference internal nimdoc " title ="proc `[]`[T](x: G[T]): T " href ="#[],G[T] "> proc `[]`*[T](x: G[T]): T</ a > Ref. < a class ="reference internal nimdoc " title ="proc `[]=`[T](a: var G[T]; index: int; value: T) " href ="#[]=,G[T],int,T "> []=</ a > aka < a class ="reference internal nimdoc " title ="proc `[]=`[T](a: var G[T]; index: int; value: T) " href ="#[]=,G[T],int,T "> `[]=`(G[T], int, T)</ a > .Ref. < a class ="reference internal nimdoc " title ="proc $ (2 overloads) " href ="#$-procs-all "> $</ a > aka < a class ="reference internal nimdoc " title ="proc $ (2 overloads) " href ="#$-procs-all "> proc $</ a > or < a class ="reference internal nimdoc " title ="proc $ (2 overloads) " href ="#$-procs-all "> proc `$`</ a > .Ref. < a class ="reference internal nimdoc " title ="proc `$`[T](a: ref SomeType): string " href ="#$,ref.SomeType "> $(a: ref SomeType)</ a > .Ref. < a class ="reference internal nimdoc " title ="iterator fooBar(a: seq[SomeType]): int " href ="#fooBar.i,seq[SomeType] "> foo_bar</ a > aka < a class ="reference internal nimdoc " title ="iterator fooBar(a: seq[SomeType]): int " href ="#fooBar.i,seq[SomeType] "> iterator foo_bar_</ a > .Ref. < a class ="reference internal nimdoc " title ="proc fn[T; U, V: SomeFloat]() " href ="#fn "> fn[T; U,V: SomeFloat]()</ a > .Ref. < a class ="reference internal nimdoc " title ="proc `'big`(a: string): SomeType " href ="#'big,string "> 'big</ a > or < a class ="reference internal nimdoc " title ="proc `'big`(a: string): SomeType " href ="#'big,string "> func `'big`</ a > or < a class ="reference internal nimdoc " title ="proc `'big`(a: string): SomeType " href ="#'big,string "> `'big`(string)</ a > .</ p >
294302 < div class ="section " id ="7 ">
295303< h1 > < a class ="toc-backref " href ="#7 "> Types</ a > </ h1 >
@@ -539,6 +547,26 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
539547
540548comment
541549
550+ </ dd >
551+ </ div >
552+
553+ </ div >
554+
555+ < div id ="fN11-procs-all ">
556+ < div id ="fN11 ">
557+ < dt > < pre > < span class ="Keyword "> func</ span > < a href ="#fN11 "> < span class ="Identifier "> fN11</ span > </ a > < span class ="Other "> (</ span > < span class ="Other "> )</ span > {.< span > < span class ="Other pragmadots "> ...</ span > </ span > < span class ="pragmawrap "> < span class ="Identifier "> raises</ span > < span class ="Other "> :</ span > < span class ="Other "> [</ span > < span class ="Other "> ]</ span > < span class ="Other "> ,</ span > < span class ="Identifier "> tags</ span > < span class ="Other "> :</ span > < span class ="Other "> [</ span > < span class ="Other "> ]</ span > </ span > .}</ pre > </ dt >
558+ < dd >
559+
560+
561+
562+ </ dd >
563+ </ div >
564+ < div id ="fN11,int ">
565+ < dt > < pre > < span class ="Keyword "> func</ span > < a href ="#fN11%2Cint "> < span class ="Identifier "> fN11</ span > </ a > < span class ="Other "> (</ span > < span class ="Identifier "> x</ span > < span class ="Other "> :</ span > < span class ="Identifier "> int</ span > < span class ="Other "> )</ span > {.< span > < span class ="Other pragmadots "> ...</ span > </ span > < span class ="pragmawrap "> < span class ="Identifier "> raises</ span > < span class ="Other "> :</ span > < span class ="Other "> [</ span > < span class ="Other "> ]</ span > < span class ="Other "> ,</ span > < span class ="Identifier "> tags</ span > < span class ="Other "> :</ span > < span class ="Other "> [</ span > < span class ="Other "> ]</ span > </ span > .}</ pre > </ dt >
566+ < dd >
567+
568+
569+
542570</ dd >
543571</ div >
544572
0 commit comments