mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-14 10:13:59 -09:00
package/doxygen: bump to version 1.16.1
- Fix topics navigation regression in HTML - Fix sub group documentation generation - Fix group name/title handling in @retval - Fix Doxyfile documentation and Windows binary naming - Improve LaTeX compatibility https://www.doxygen.nl/manual/changelog.html#log_1_16_1 Signed-off-by: Shubham Chakraborty <chakrabortyshubham66@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
aa3603d9df
commit
7312fcd4b6
@@ -1,3 +1,3 @@
|
||||
# Computed locally
|
||||
sha256 a8cafe605867ad475aaf288a3852783076e1df83aabf16488bbfa958062e7440 doxygen-1.15.0.src.tar.gz
|
||||
sha256 201ce33b514ea87cc1697c0dcf829692c2695c1812683a9cc622194b05e263a8 doxygen-1.16.1.src.tar.gz
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 LICENSE
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
DOXYGEN_VERSION = 1.15.0
|
||||
DOXYGEN_VERSION = 1.16.1
|
||||
DOXYGEN_SOURCE = doxygen-$(DOXYGEN_VERSION).src.tar.gz
|
||||
DOXYGEN_SITE = https://sourceforge.net/projects/doxygen/files/rel-$(DOXYGEN_VERSION)
|
||||
DOXYGEN_LICENSE = GPL-2.0
|
||||
|
||||
Reference in New Issue
Block a user