Skip to content

Commit a18fe3d

Browse files
committed
Dynamically inject TOC into function.dd
1 parent ff7eca8 commit a18fe3d

File tree

1 file changed

+1
-51
lines changed

1 file changed

+1
-51
lines changed

spec/function.dd

Lines changed: 1 addition & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -2,57 +2,7 @@ Ddoc
22

33
$(SPEC_S Functions,
44

5-
$(NOT_EBOOK
6-
$(DIVC page-contents quickindex,
7-
$(DIVC page-contents-header,
8-
$(B Contents)
9-
)
10-
$(OL
11-
$(LI $(RELATIVE_LINK2 grammar, Grammar))
12-
$(LI $(RELATIVE_LINK2 contracts, Contracts))
13-
$(LI $(RELATIVE_LINK2 function-return-values, Function Return Values))
14-
$(LI $(RELATIVE_LINK2 function-declarations, Functions Without Bodies))
15-
$(LI $(RELATIVE_LINK2 pure-functions, Pure Functions))
16-
$(LI $(RELATIVE_LINK2 nothrow-functions, Nothrow Functions))
17-
$(LI $(RELATIVE_LINK2 ref-functions, Ref Functions))
18-
$(LI $(RELATIVE_LINK2 auto-functions, Auto Functions))
19-
$(LI $(RELATIVE_LINK2 auto-ref-functions, Auto Ref Functions))
20-
$(LI $(RELATIVE_LINK2 inout-functions, Inout Functions))
21-
$(LI $(RELATIVE_LINK2 optional-parenthesis, Optional Parentheses))
22-
$(LI $(RELATIVE_LINK2 property-functions, Property Functions))
23-
$(LI $(RELATIVE_LINK2 virtual-functions, Virtual Functions))
24-
$(OL
25-
$(LI $(RELATIVE_LINK2 function-inheritance, Function Inheritance and Overriding))
26-
)
27-
$(LI $(RELATIVE_LINK2 inline-functions, Inline Functions))
28-
$(LI $(RELATIVE_LINK2 function-overloading, Function Overloading)$(OL
29-
$(LI $(RELATIVE_LINK2 overload-sets, Overload Sets))
30-
))
31-
$(LI $(RELATIVE_LINK2 parameters, Function Parameters)$(OL
32-
$(LI $(RELATIVE_LINK2 function-default-args, Function Default Arguments))
33-
$(LI $(RELATIVE_LINK2 return-ref-parameters, Return Ref Parameters))
34-
$(LI $(RELATIVE_LINK2 variadic, Variadic Functions))
35-
))
36-
$(LI $(RELATIVE_LINK2 local-variables, Local Variables))
37-
$(OL $(LI $(RELATIVE_LINK2 local-static-variables, Local Static Variables)))
38-
$(LI $(RELATIVE_LINK2 nested, Nested Functions))
39-
$(LI $(RELATIVE_LINK2 closures, Delegates, Function Pointers, and Closures))
40-
$(OL $(LI $(RELATIVE_LINK2 anonymous, Anonymous Functions and Anonymous Delegates)))
41-
$(LI $(RELATIVE_LINK2 main, main() Function))
42-
$(LI $(RELATIVE_LINK2 function-templates, Function Templates))
43-
$(LI $(RELATIVE_LINK2 interpretation, Compile Time Function Execution (CTFE))$(OL
44-
$(LI $(RELATIVE_LINK2 string-mixins, String Mixins and Compile Time Function Execution))
45-
))
46-
$(LI $(RELATIVE_LINK2 function-safety, Function Safety)$(OL
47-
$(LI $(RELATIVE_LINK2 safe-functions, Safe Functions))
48-
$(LI $(RELATIVE_LINK2 trusted-functions, Trusted Functions))
49-
$(LI $(RELATIVE_LINK2 system-functions, System Functions))
50-
))
51-
$(LI $(RELATIVE_LINK2 function-attribute-inference, Function Attribute Inference))
52-
$(LI $(RELATIVE_LINK2 pseudo-member, Uniform Function Call Syntax (UFCS)))
53-
)
54-
)
55-
)
5+
$(SPEC_HEADERNAV_TOC)
566

577
$(H2 $(LNAME2 grammar, Grammar))
588

0 commit comments

Comments
 (0)