Skip to content

Commit

Permalink
added missing anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
Basile Burg committed Feb 29, 2016
1 parent f1fa75b commit 05fd685
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions spec/ddoc.dd
Expand Up @@ -47,7 +47,7 @@ $(OL
documentation extractor if desired.)
)

$(H2 Specification)
$(H2 $(LNAME2 specifications, Specification))

$(P
The specification for the form of embedded documentation comments only
Expand All @@ -58,7 +58,7 @@ HTML web page, a man page, a PDF file, etc. is not specified as part of the
D Programming Language.
)

$(H3 Phases of Processing)
$(H3 $(LNAME2 phases_of_processing, Phases of Processing))

$(P
Embedded documentation comments are processed in a series of phases:
Expand All @@ -77,7 +77,7 @@ $(OL
$(LI Macro and Escape text substitution is performed to produce the final result.)
)

$(H3 Lexical)
$(H3 $(LNAME2 lexical, Lexical))

$(P
Embedded documentation comments are one of the following forms:
Expand Down Expand Up @@ -134,7 +134,7 @@ of the embedded documentation.
Comments not following one of those forms are not documentation comments.
)

$(H3 Parsing)
$(H3 $(LNAME2 parsing, Parsing))

$(P
Each documentation comment is associated with a declaration.
Expand Down Expand Up @@ -193,7 +193,7 @@ class C
class D { }
------------------------------------

$(H3 Sections)
$(H3 $(LNAME2 sections, Sections))

$(P
The document comment is a series of $(I Section)s.
Expand Down Expand Up @@ -242,7 +242,7 @@ $(P
Named sections follow the $(I Summary) and $(I Description) unnamed sections.
)

$(H3 Standard Sections)
$(H3 $(LNAME2 standard_srction, Standard Sections))

$(P
For consistency and predictability, there are several standard sections.
Expand Down Expand Up @@ -370,7 +370,7 @@ $(DD Specifies the current version of the declaration.)
------------------------------------
)

$(H3 Special Sections)
$(H3 $(LNAME2 special_sections, Special Sections))

$(P
Some sections have specialized meanings and syntax.
Expand Down Expand Up @@ -675,7 +675,7 @@ $(P
Macro names beginning with "D$(UNDERSCORE)" and "DDOC$(UNDERSCORE)" are reserved.
)

$(H3 Predefined Macros)
$(H3 $(LNAME2 predefined_macros, Predefined Macros))

$(P
These are hardwired into Ddoc, and represent the
Expand Down Expand Up @@ -924,8 +924,8 @@ $(P
And all the summary sections will now be green.
)

$(H3 Macro Definitions from $(DPLLINK $(ROOT_DIR)dmd-windows.html, sc.ini)'s
DDOCFILE)
$(H3 $(LNAME2 macro_def_scini, Macro Definitions from $(DPLLINK $(ROOT_DIR)dmd-windows.html, sc.ini)'s
DDOCFILE))

$(P
A text file of macro definitions can be created,
Expand All @@ -936,14 +936,14 @@ $(DDOCCODE
DDOCFILE=myproject.ddoc
)

$(H3 Macro Definitions from .ddoc Files on the Command Line)
$(H3 $(LNAME2 macro_def_ddoc_file, Macro Definitions from .ddoc Files on the Command Line))

$(P
File names on the DMD command line with the extension
.ddoc are text files that are read and processed in order.
)

$(H3 Macro Definitions Generated by Ddoc)
$(H3 $(LNAME2 macro_def_ddocgenerated, Macro Definitions Generated by Ddoc))

$(LONGTABLE_2COLS 0.6, Generated Macro Definitions,
$(THEAD Macro Name, Content),
Expand Down

0 comments on commit 05fd685

Please sign in to comment.