blob: fd865369d15b467a7d8b7ac710b67e441533a7ef (
plain)
1
2
3
4
5
6
7
8
9
10
|
doxygen-improvements
--------------------
* The :module:`FindDoxygen` module learned to control Doxygen behavior using
CMake variables and generate documentation via the newly added
:command:`doxygen_add_docs` function. The Doxygen input file (``Doxyfile``)
is automatically generated and doxygen is run as part of a custom target.
A number of doxygen-related variables have been deprecated. Additional
components can be specified to find optional tools: ``dot``, ``mscgen``
and ``dia``.
|