Skip to content

Commit

Permalink
Replace FOO terminator macro with _
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow committed Jan 27, 2015
1 parent 67a9a62 commit 0beff08
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 16 deletions.
2 changes: 1 addition & 1 deletion arrays.dd
Expand Up @@ -1031,4 +1031,4 @@ $(H2 $(LNAME2 implicit-conversions, Implicit Conversions))
Macros:
TITLE=Arrays
WIKI=Arrays
FOO=
_=
2 changes: 1 addition & 1 deletion class.dd
Expand Up @@ -1311,5 +1311,5 @@ $(SECTION3 $(LEGACY_LNAME2 ConstClass, const-class, Const, Immutable and Shared
Macros:
TITLE=Classes
WIKI=Class
FOO=
_=

4 changes: 1 addition & 3 deletions cpp0x.dd
Expand Up @@ -735,6 +735,4 @@ Macros:
WIKI=Cpp0x
DOLLAR=$
NDOCS=http://www.open-std.org/jtc1/sc22/wg21/docs/papers/
FOO=


_=
2 changes: 1 addition & 1 deletion declaration.dd
Expand Up @@ -738,4 +738,4 @@ Macros:
ASSIGNEXPRESSION=$(GLINK2 expression, AssignExpression)
EXPRESSION=$(GLINK2 expression, Expression)
VEXPRESSION=$(ASSIGNEXPRESSION)
FOO=
_=
2 changes: 1 addition & 1 deletion expression.dd
Expand Up @@ -2166,5 +2166,5 @@ Macros:
TITLE=Expressions
WIKI=Expression
IDENTIFIER=$(GLINK2 lex, Identifier)
FOO=
_=

2 changes: 1 addition & 1 deletion module.dd
Expand Up @@ -636,5 +636,5 @@ $(H3 $(LEGACY_LNAME2 PackageModule, package-module, Package Module))
Macros:
TITLE=Modules
WIKI=Module
FOO=
_=

2 changes: 1 addition & 1 deletion operatoroverloading.dd
Expand Up @@ -977,4 +977,4 @@ Macros:
ARGUMENTS2=$(I c)$(SUBSCRIPT 1), $(I c)$(SUBSCRIPT 2), ... $(I c)$(SUBSCRIPT n)
SLICE=$(I i)..$(I j)
SLICE2=$(I i), $(I j)
FOO=
_=
2 changes: 1 addition & 1 deletion statement.dd
Expand Up @@ -1820,4 +1820,4 @@ Macros:
PSSEMI=$(GLINK NoScopeStatement)
PSCURLY_PSSCOPE=$(GLINK ScopeBlockStatement)
PSCURLYSCOPE=$(GLINK NonEmptyOrScopeBlockStatement)
FOO=
_=
2 changes: 1 addition & 1 deletion struct.dd
Expand Up @@ -616,4 +616,4 @@ Macros:
WIKI=Struct
UNCHECK=
CHECK=$(CHECKMARK)
FOO=
_=
2 changes: 1 addition & 1 deletion template-mixin.dd
Expand Up @@ -336,4 +336,4 @@ Macros:
WIKI=Mixin
TEMPLATEPARAMETERS=$(GLINK2 template, TemplateParameters)
TEMPLATEARGUMENTS=$(GLINK2 template, TemplateArguments)
FOO=
_=
3 changes: 1 addition & 2 deletions template.dd
Expand Up @@ -1435,5 +1435,4 @@ $(H2 Limitations)
Macros:
TITLE=Templates
WIKI=Template
FOO=

_=
2 changes: 1 addition & 1 deletion unittest.dd
Expand Up @@ -207,5 +207,5 @@ $(H3 Versioning)
Macros:
TITLE=Unit Tests
WIKI=UnitTests
FOO=
_=

2 changes: 1 addition & 1 deletion windows.ddoc
Expand Up @@ -9,4 +9,4 @@ SEP=\
OBJEXT=obj
LIBEXT=lib
DMDDIR=\dmd2
FOO=
_=

0 comments on commit 0beff08

Please sign in to comment.