[gtk-doc] mkdb: add todo: comment



commit 6ce68741c166b88db8f6b0198366e093a68c8441
Author: Stefan Kost <ensonic users sf net>
Date:   Sat Apr 16 16:38:35 2011 -0400

    mkdb: add todo: comment

 gtkdoc-mkdb.in |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/gtkdoc-mkdb.in b/gtkdoc-mkdb.in
index 967fbb0..148745e 100755
--- a/gtkdoc-mkdb.in
+++ b/gtkdoc-mkdb.in
@@ -3871,6 +3871,11 @@ sub ScanSourceFile {
             next;
         }
 
+        # FIXME: flip this around
+        # instead of repeating the other parts, just have them once and
+        # do if(!$in_return) { ... }
+        # also maybe have in_part="description,return,since,deprecated,stability,..."
+
         # If we're in the return value description, add it to the end.
         if ($in_return) {
             # If we find another valid returns line, we assume that the first



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]