Skip to content

Simple project in c to implement function execution queue and docs generation using doxygen.

Notifications You must be signed in to change notification settings

Davenchy/express_c_doxygen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express.c

Simple program in C that implements functions executions queue.

  • The important point in this project is that I used doxygen to generate docs.

Build

Use the makefile to build the binary and the docs.

make run # build and run the binary
make build # just build the binary
make docs # generates the docs using doxygen
make clear # removes everything

About

Simple project in c to implement function execution queue and docs generation using doxygen.

Topics

Resources

Stars

Watchers

Forks