Skip to content

A C++/CMake template project to generate Sphinx documentation from Doxygen annotations

Notifications You must be signed in to change notification settings

adonairc/cpp-sphinx-doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cpp-Sphinx-Doc

Cpp-sphinx-doc is a C++/CMake template project that generates Sphinx documentation from Doxygen annotated C++ code.

Installation

Before running the CMake script make sure the following packages are installed in your system:

  • Python (>= 3.2)
  • CMake (>= 3.9)
  • Doxygen
  • Sphinx
  • Breathe

Usage

  1. Clone this repository:
git clone https://github.com/adonairc/cpp-sphinx-doc.git
  1. Change to the new created directory:
cd cpp-sphinx-doc
  1. Create and move to the build directory:
mkdir build && cd build
  1. Run CMake:
cmake ..
  1. Compile the documentation:
make docs

The Sphinx documentation files will be generated at ./build/docs

About

A C++/CMake template project to generate Sphinx documentation from Doxygen annotations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published