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