@@ -243,19 +243,22 @@ $(GNAME AliasAssignment):
243
243
$(GLINK_LEX Identifier) $(GLINK2 template, TemplateParameters)$(OPT) $(D =) $(GLINK StorageClasses)$(OPT) $(GLINK2 type, BasicType) $(GLINK2 function, Parameters) $(GLINK2 function, MemberFunctionAttributes)$(OPT)
244
244
)
245
245
246
- $(P $(I AliasDeclaration)s create a symbol name that refers to another symbol.
247
- That symbol name can be used anywhere that the aliased symbol may appear.
248
- The following symbols can be aliased:
246
+ $(P An $(I AliasDeclaration) creates a symbol name that refers to a type or another symbol.
247
+ That name can then be used anywhere that the target may appear.
248
+ The following can be aliased:
249
249
)
250
250
* $(RELATIVE_LINK2 alias-type, Types)
251
+ * $(RELATIVE_LINK2 alias-function, Function Types) (with default arguments)
251
252
* $(RELATIVE_LINK2 alias-variable, Variables)
252
- * Constants
253
+ * Manifest Constants
253
254
* Modules
254
255
* Packages
255
256
* Functions
256
- * Function Literals
257
+ * $(RELATIVE_LINK2 alias-overload, Overload Sets)
258
+ * $(DDSUBLINK spec/expression, function-literal-alias, Function Literals)
257
259
* Templates
258
260
* Template Instantiations
261
+ * Other Alias Declarations
259
262
260
263
$(H3 $(LNAME2 alias-type, Type Aliases))
261
264
@@ -339,8 +342,9 @@ version (linux)
339
342
--------------------
340
343
341
344
$(P
342
- Aliasing can be used to $(DDSUBLINK spec/module, import-declaration, `import`)
343
- a symbol from an imported module or package into the current scope:
345
+ Aliasing can be used to 'import' a symbol from an
346
+ $(DDSUBLINK spec/module, import-declaration,
347
+ imported module or package) into the current scope:
344
348
)
345
349
346
350
--------------------
@@ -352,7 +356,7 @@ alias strlen = string.strlen;
352
356
$(H3 $(LNAME2 alias-overload, Aliasing an Overload Set))
353
357
354
358
$(P
355
- Aliases can also ` import` a set of overloaded functions, that can
359
+ Aliases can also ' import' a set of overloaded functions, that can
356
360
be overloaded with functions in the current scope:
357
361
)
358
362
0 commit comments