Skip to content

Commit

Permalink
文档格式化问题 vipshop#50
Browse files Browse the repository at this point in the history
Docify下的问题
  • Loading branch information
calvin1978 authored Jul 18, 2018
1 parent 4ae034b commit 1ba1ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/standard/chapter03.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public void put(Elephant elephant, Fridge fridge);

----

**Rule 6. 【强制】类、类成员变量、类方法的注释必须使用Javadoc规范,使用`/**xxx*/`格式,不得使用`//xxx`方式**
**Rule 6. 【强制】类、类成员变量、类方法的注释必须使用Javadoc规范,使用/\*\* xxx \*/格式,不得使用`//xxx`方式**

正确的JavaDoc格式可以用在很多地方,比如在IDE中,查看调用方法时,不进入方法即可悬浮提示方法、参数、返回值的意义,提高阅读效率。

Expand Down

0 comments on commit 1ba1ca8

Please sign in to comment.