From dca90f303b43f520e10627468f1439dc6816bfa0 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Sun, 20 May 2018 16:42:12 +0200 Subject: [PATCH] NEWS: mention enum docs in libgimpbase --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 627787c433..0535f531b4 100644 --- a/NEWS +++ b/NEWS @@ -71,3 +71,5 @@ Documentation: - Updating the description of the XCF format "devel-docs/xcf.txt", for third-party readers wishing to support GIMP 2.10 XCF files. + - Add documentation skeletons for all enums in libgimpbase/, there is + much room for improvement.