xref: /OK3568_Linux_fs/buildroot/package/doxygen/Config.in.host (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_HOST_DOXYGEN
2	bool "host doxygen"
3	depends on BR2_HOST_GCC_AT_LEAST_4_9 # C++14
4	help
5	  Doxygen is the de facto standard tool for generating
6	  documentation from annotated C++ sources, but it also
7	  supports other popular programming languages such as C,
8	  Objective-C, C#, PHP, Java, Python, IDL (Corba, Microsoft,
9	  and UNO/OpenOffice flavors), Fortran, VHDL, Tcl, and to some
10	  extent D.
11
12	  http://www.doxygen.nl/
13