Skip to content

Commit 0d8949b

Browse files
committed
Add footer navigation to the DLang specification
1 parent 0da8084 commit 0d8949b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+134
-1
lines changed

dlang.org.ddoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,4 +488,6 @@ YELLOW=$(SPANC yellow, $0)
488488
YES=$(CHECKMARK)
489489

490490
PROJECT_SOURCE_DIR=
491+
492+
FA_ICON=<i class="fa fa-$1" aria-hidden="true"></i>
491493
_=

orgs-using-d.dd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ $(P
209209

210210
Macros:
211211
TITLE=Organizations using the D Language
212-
FA_ICON=<i class="fa fa-$1" aria-hidden="true"></i>
213212
FA_HIRING=$(FA_ICON rocket) $(HTTP $1, Hiring)
214213
FA_GITHUB=$(FA_ICON github) $(HTTPS github.com/$1, Github)
215214
FA_TALK=$(FA_ICON youtube-play) $(HTTP $1, $2)

spec/abi.dd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -954,6 +954,7 @@ $(H3 $(LNAME2 codeview, Codeview Debugger Extensions))
954954
$(P The $(LINK2 http://ddbg.mainia.de/releases.html, Ddbg) debugger
955955
supports them.)
956956
)
957+
$(SPEC_SUBNAV_PREV_NEXT memory-safe-d, Memory Safety, simd, Vector Extensions)
957958
)
958959

959960
Macros:

spec/arrays.dd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -983,6 +983,7 @@ $(H2 $(LNAME2 implicit-conversions, Implicit Conversions))
983983
)
984984

985985
$(P Where $(D U) is a base class of $(D T).)
986+
$(SPEC_SUBNAV_PREV_NEXT statement, Statements, hash-map, Associative Arrays)
986987
)
987988

988989
Macros:

spec/attribute.dd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,7 @@ pragma(msg, __traits(getAttributes, typeof(a))); // prints tuple("hello")
813813
attributes accumulate or override earlier ones is also up to how the user
814814
interprets them.
815815
)
816+
$(SPEC_SUBNAV_PREV_NEXT property, Properties, pragma, Pragmas)
816817
)
817818

818819
Macros:

spec/class.dd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1343,6 +1343,7 @@ $(SECTION3 $(LEGACY_LNAME2 ConstClass, const-class, Const, Immutable and Shared
13431343
from it are also const, immutable or shared.
13441344
)
13451345
)
1346+
$(SPEC_SUBNAV_PREV_NEXT struct, Structs and Unions, interface, Interfaces)
13461347
)
13471348

13481349
Macros:

spec/const3.dd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@ void main()
464464
)
465465

466466

467+
$(SPEC_SUBNAV_PREV_NEXT enum, Enums, function, Functions)
467468
)
468469

469470
Macros:

spec/contracts.dd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ $(H2 $(LNAME2 references, References))
256256
$(LINK2 http://jan.newmarch.name/java/contracts/paper-long.html, Adding Contracts to Java)
257257
)
258258

259+
$(SPEC_SUBNAV_PREV_NEXT template-mixin, Template Mixins, version, Conditional Compilation)
259260
)
260261

261262
Macros:

spec/cpp_interface.dd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,7 @@ foo(cast(immutable)&i, &i);
892892
)
893893
)
894894

895+
$(SPEC_SUBNAV_PREV_NEXT interfaceToC, Interfacing to C, objc_interface, Interfacing to Objective-C)
895896
)
896897

897898
Macros:

spec/ddoc.dd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,6 +1050,7 @@ $(P
10501050
can be found on our $(LINK2 https://wiki.dlang.org/Community:Open_Source_Projects, wiki page).
10511051
)
10521052

1053+
$(SPEC_SUBNAV_PREV_NEXT iasm, D x86 Inline Assembler, interfaceToC, Interfacing to C)
10531054
)
10541055

10551056
Macros:

0 commit comments

Comments
 (0)