设置您的项目
The next sections describe what steps to perform to integrate GTK-Doc into your project. Theses sections assume we work on a project called 'meep'. This project contains a library called 'libmeep' and an end-user app called 'meeper'. We also assume you will be using autoconf and automake. In addition section plain makefiles or other build systems will describe the basics needed to work in a different build setup.
- 2.1. 设置一个框架文档
- 2.2. 与autoconf集成
- 2.3. 与automake集成
- 2.4. 与autogen集成
- 2.5. 运行文档构建
- 2.6. 与版本控制系统集成
- 2.7. 与普通makefile或其它构建系统整合
- 2.8. Integration with CMake build systems