将翻译人员声明移到 h1 之后

This commit is contained in:
Vincent 4J
2015-08-11 16:57:26 +08:00
parent 625f2658b3
commit 38df437fe4
46 changed files with 161 additions and 161 deletions

View File

@ -1,3 +1,6 @@
# 关于语言附注
-----------------
> 1.0
> 翻译:[dabing1022](https://github.com/dabing1022)
> 校对:[numbbbbb](https://github.com/numbbbbb)
@ -5,10 +8,6 @@
> 2.0
> 翻译+校对:[KYawn](https://github.com/KYawn)
# 关于语言附注
-----------------
本页内容包括:
- [如何阅读语法](#how_to_read_the_grammar)

View File

@ -1,3 +1,6 @@
# 词法结构
-----------------
> 1.0
> 翻译:[superkam](https://github.com/superkam)
> 校对:[numbbbbb](https://github.com/numbbbbb)
@ -5,8 +8,6 @@
> 2.0
> 翻译+校对:[buginux]([KYawn](https://github.com/buginux)
# 词法结构
-----------------
本页包含内容:

View File

@ -1,3 +1,6 @@
# 类型Types
-----------------
> 1.0
> 翻译:[lyuka](https://github.com/lyuka)
> 校对:[numbbbbb](https://github.com/numbbbbb), [stanzhai](https://github.com/stanzhai)
@ -5,9 +8,6 @@
> 2.0
> 翻译+校对:[EudeMorgen](https://github.com/EudeMorgen)
# 类型Types
-----------------
本页包含内容:
- [类型注解Type Annotation](#type_annotation)

View File

@ -1,3 +1,6 @@
# 表达式Expressions
-----------------
> 1.0
> 翻译:[sg552](https://github.com/sg552)
> 校对:[numbbbbb](https://github.com/numbbbbb), [stanzhai](https://github.com/stanzhai)
@ -5,9 +8,6 @@
> 2.0
> 翻译+校对:[EudeMorgen](https://github.com/EudeMorgen)
# 表达式Expressions
-----------------
本页包含内容:
- [前缀表达式Prefix Expressions](#prefix_expressions)

View File

@ -1,3 +1,7 @@
<a name="declarations"></a>
# 声明
-----------------
> 1.0
> 翻译:[marsprince](https://github.com/marsprince) [Lenhoon](https://github.com/marsprince)[(微博)](http://www.weibo.com/lenhoon)
> 校对:[numbbbbb](https://github.com/numbbbbb), [stanzhai](https://github.com/stanzhai)
@ -5,10 +9,6 @@
> 2.0
> 翻译+校对:[Lenhoon](https://github.com/Lenhoon)
<a name="declarations"></a>
# 声明
-----------------
本页包含内容:
- [顶级代码](#top-level_code)

View File

@ -1,3 +1,6 @@
# 特性
-----------------
> 1.0
> 翻译:[Hawstein](https://github.com/Hawstein)
> 校对:[numbbbbb](https://github.com/numbbbbb), [stanzhai](https://github.com/stanzhai)
@ -5,9 +8,6 @@
> 2.0
> 翻译+校对:[KYawn](https://github.com/KYawn)
# 特性
-----------------
本页内容包括:
- [声明特性](#declaration_attributes)

View File

@ -1,3 +1,6 @@
# 模式Patterns
-----------------
> 1.0
> 翻译:[honghaoz](https://github.com/honghaoz)
> 校对:[numbbbbb](https://github.com/numbbbbb), [stanzhai](https://github.com/stanzhai)
@ -5,9 +8,6 @@
> 2.0
> 翻译+校对:[ray16897188](https://github.com/ray16897188)
# 模式Patterns
-----------------
本页内容包括:
- [通配符模式Wildcard Pattern](#wildcard_pattern)

View File

@ -1,3 +1,6 @@
# 泛型参数
---------
> 1.0
> 翻译:[fd5788](https://github.com/fd5788)
> 校对:[yankuangshi](https://github.com/yankuangshi), [stanzhai](https://github.com/stanzhai)
@ -5,9 +8,6 @@
> 2.0
> 翻译+校对:[wardenNScaiyi](https:github.com/wardenNScaiyi)
# 泛型参数
---------
本页包含内容:
- [泛型形参子句](#generic_parameter)

View File

@ -1,3 +1,6 @@
# 语法总结
-----
> 1.0
> 翻译:[stanzhai](https://github.com/stanzhai)
> 校对:[xielingwang](https://github.com/xielingwang)
@ -5,9 +8,6 @@
> 2.0
> 翻译+校对:[miaosiqi](https://github.com/miaosiqi)
# 语法总结
_________________
本页包含内容:
* [语句Statements](#statements)

View File

@ -1,3 +1,7 @@
<a name="statement_statements"></a>
# 语句
-----------------
> 1.0
> 翻译:[coverxit](https://github.com/coverxit)
> 校对:[numbbbbb](https://github.com/numbbbbb), [coverxit](https://github.com/coverxit), [stanzhai](https://github.com/stanzhai),
@ -5,10 +9,6 @@
> 2.0
> 翻译+校对:[littledogboy](https://github.com/littledogboy)
<a name="statement_statements"></a>
# 语句
-----------------
本页包含内容:
- [循环语句](#loop_statements)