From f43fff4f95b66e91792a78579d210ff0c8a6018f Mon Sep 17 00:00:00 2001
From: Per Hedbor <ph@opera.com>
Date: Mon, 25 Aug 2014 18:52:29 +0200
Subject: [PATCH] [autodoc] Removed import autodoc comment in Pango.

It was the only documented thing in the module
---
 lib/modules/Pango.pmod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/modules/Pango.pmod b/lib/modules/Pango.pmod
index 0b507922a9..2889bd1d0f 100644
--- a/lib/modules/Pango.pmod
+++ b/lib/modules/Pango.pmod
@@ -1,7 +1,7 @@
 #pike __REAL_VERSION__
 #require constant(GTK2.PangoLayout)
 
-//! @decl import GTK2
+/* //! @decl import GTK2 */
 
 mixed `[](string what)
 {
-- 
GitLab