Skip to content
Snippets Groups Projects
Commit 441bc538 authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Bug 1310: Added support for building source code documentation using Doxygen....

Bug 1310: Added support for building source code documentation using Doxygen. A custom target 'doc' is defined, iff USE_DOXYGEN is ON and Doxygen is found.
parent d481b2c0
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,11 @@ else(NOT DEFINED BUILD_PACKAGES)
endforeach(pkg ${BUILD_PACKAGES})
endif(NOT DEFINED BUILD_PACKAGES)
## ---------------------------------------------------------------------------
## Check if Doxygen is present; if so, generate doxygen configuration file.
## ---------------------------------------------------------------------------
include(LofarDoxygen)
## ---------------------------------------------------------------------------
## Generate configuration header file.
## ---------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment