Skip to content
/ codoc Public

Code documentation example. Doxygen + Sphinx + Breathe.

Notifications You must be signed in to change notification settings

vindex10/codoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run

Prepare environment

  • Install Doxygen
  • Install Python3
  • Clone the project and cd into it
  • Initialize virtual environment:
        python3 -m venv .env
    
  • Activate environment:
        source .env/bin/activate
    
  • Install Sphinx and Breathe:
        pip install Sphinx breathe
    

* For testing memory allocation, install also Valgrind

Run

To compile project and build docs:

    make all

Then, open docs/sphinx/build/index.html in your browser to see built tutorial.

To memcheck:

    make memcheck

About

Code documentation example. Doxygen + Sphinx + Breathe.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published