[gtk-doc] mkdb: remove some commented leftover perl code
- From: Stefan Sauer <stefkost src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-doc] mkdb: remove some commented leftover perl code
- Date: Mon, 8 Jan 2018 22:49:42 +0000 (UTC)
commit 3ffea5b5ad85b279852f3f4a15cebe35953aab0a
Author: Stefan Sauer <ensonic users sf net>
Date: Mon Jan 8 23:49:10 2018 +0100
mkdb: remove some commented leftover perl code
gtkdoc/mkdb.py | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/gtkdoc/mkdb.py b/gtkdoc/mkdb.py
index 6c394e5..1b4f4c6 100644
--- a/gtkdoc/mkdb.py
+++ b/gtkdoc/mkdb.py
@@ -4008,25 +4008,20 @@ def OutputMissingDocumentation():
if symbol in AllIncompleteSymbols:
n_incomplete += 1
buffer += symbol + " (" + AllIncompleteSymbols[symbol] + ")\n"
- #$buffer += "\t0: ".$location
elif symbol in Deprecated:
if symbol in AllIncompleteSymbols:
n_incomplete += 1
buffer_deprecated += symbol + " (" + AllIncompleteSymbols[symbol] + ")\n"
- #$buffer += "\t1a: ".$location
else:
buffer_deprecated += symbol + "\n"
- #$buffer += "\t1b: ".$location
else:
if symbol in AllIncompleteSymbols:
n_incomplete += 1
buffer += symbol + " (" + AllIncompleteSymbols[symbol] + ")\n"
- #$buffer += "\t2a: ".$location
else:
buffer += symbol + "\n"
- #$buffer += "\t2b: ".$location
elif m2:
total += 1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]