Skip to content

Commit

Permalink
update 12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoweiChen committed Sep 21, 2019
1 parent 9b20210 commit 078ec9a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions content/chapter12/12.0-chinese.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 第12章 构建文档

本章的主要内容有:

* 使用Doxygen构建文档
* 使用Sphinx构建文档
* 结合Doxygen和Sphinx

文档在所有的软件项目都是有必要的:对于用户来说,了解如何获得并构建代码,并且如何有效地使用源代码或库非常重要;并且对于开发人员来说,文档可用来描述你源码细节,并帮助其他程序员参与其中,为该项目作出贡献。本章将展示如何使用CMake构建代码文档,这里使用了两个流行的文档框架:Doxygen和Sphinx。

0 comments on commit 078ec9a

Please sign in to comment.