summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/doxygen
Commit message (Collapse)AuthorAgeFilesLines
* doxygen: Set DISABLE_STATIC to be emptyKhem Raj2018-10-161-0/+2
| | | | | | | | | | | | | by default its set like this DISABLE_STATIC ?= " --disable-static" but doxygen configure is not typical autoconf generated so this option is not available, its better to keep it empty so it can work with dustros which disable static libs as policy Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* doxygen: import from meta-aragoDenys Dmytriyenko2017-12-192-0/+100
Many LLD and RTOS components in meta-ti use doxygen during build. Signed-off-by: Denys Dmytriyenko <denys@ti.com>