提交 a429fdcc 编写于 作者: T Tao Luo 提交者: xsrobin

fix deadlink of doxygen (#1001)

上级 09b008cb
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
本文将指导您如何在本地进行代码开发 本文将指导您如何在本地进行代码开发
## 代码要求 ## 代码要求
- 代码注释请遵守 [Doxygen](http://www.stack.nl/~dimitri/doxygen/) 的样式。 - 代码注释请遵守 [Doxygen](http://www.doxygen.nl/) 的样式。
- 确保编译器选项 `WITH_STYLE_CHECK` 已打开,并且编译能通过代码样式检查。 - 确保编译器选项 `WITH_STYLE_CHECK` 已打开,并且编译能通过代码样式检查。
- 所有代码必须具有单元测试。 - 所有代码必须具有单元测试。
- 通过所有单元测试。 - 通过所有单元测试。
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
You will learn how to develop programs in local environment under the guidelines of this document. You will learn how to develop programs in local environment under the guidelines of this document.
## Requirements of coding ## Requirements of coding
- Please refer to the coding comment format of [Doxygen](http://www.stack.nl/~dimitri/doxygen/) - Please refer to the coding comment format of [Doxygen](http://www.doxygen.nl/)
- Make sure that option of builder `WITH_STYLE_CHECK` is on and the build could pass through the code style check. - Make sure that option of builder `WITH_STYLE_CHECK` is on and the build could pass through the code style check.
- Unit test is needed for all codes. - Unit test is needed for all codes.
- Pass through all unit tests. - Pass through all unit tests.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册