Skip to content

A includefile for Makefiles creating a dyxygen-configurationsfile for the sourcecode-documentation tool Doxygen.

License

Notifications You must be signed in to change notification settings

UlrichBecker/DoxygenMakefile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

DoxygenMakefile

A includefile for Makefiles creating a doxygen-configurationsfile "Doxyfile" for the sourcecode-documentation-tool Doxygen.

In this maner it becomes possible creating a documentation depending on your makefiles project.

Set in your makefile the variables using by Doxygen. E.g.:

DOX_PROJECT_NAME = "My very nice Project"
DOX_PROJECT_NUMBER = "4711"
DOX_PROJECT_LOGO = myLogo.png
DOX_EXTRACT_ALL = YES
DOX_EXTRACT_PRIVATE = YES
DOX_CALL_GRAPH = YES
DOX_CALLER_GRAPH = YES

Include at the buttom of your makefile:

include makefile.dox

To creating your documentation just type:

make doc

To deleting your documentation type:

make deldoc

About

A includefile for Makefiles creating a dyxygen-configurationsfile for the sourcecode-documentation tool Doxygen.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published