diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2017-02-19 10:50:34 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2017-02-19 10:50:34 (GMT) |
commit | 82ed99b4050963ab1c7134dede952400ff75dffc (patch) | |
tree | d552310952d1e88f34b5ce3d08528cd87d1244c3 /BUILD.txt | |
parent | 4ad93f32216cddaabaf4036053803542e4a1fbc3 (diff) | |
parent | 736cb284b90bf66e514cbb2b73035fd9217488c0 (diff) | |
download | Doxygen-82ed99b4050963ab1c7134dede952400ff75dffc.zip Doxygen-82ed99b4050963ab1c7134dede952400ff75dffc.tar.gz Doxygen-82ed99b4050963ab1c7134dede952400ff75dffc.tar.bz2 |
Merge branch 'master' of github.com:doxygen/doxygen
Diffstat (limited to 'BUILD.txt')
-rw-r--r-- | BUILD.txt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ Visual Studio or other compiler environments like MinGW) Doxygen's cmake configuration provides a number of options: - build_wizard Build the GUI frontend for doxygen. - build_app Example showing how to embed doxygen in an application. +- build_parse Parses source code and dumps the dependencies between the code elements. - build_xmlparser Example showing how to parse doxygen's XML output. - build_search Build external search tools (doxysearch and doxyindexer). - build_doc Build user manual. |