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