]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
doclets/gtkdoclet: Use %NULL when manually commenting errors
authorLuca Bruno <lethalman88@gmail.com>
Tue, 4 May 2010 19:57:50 +0000 (21:57 +0200)
committerFlorian Brosch <flo.brosch@gmail.com>
Tue, 4 May 2010 19:57:50 +0000 (21:57 +0200)
src/doclets/gtkdoc/generator.vala

index ab0f985555b76a1ab9507d9885bbb8c7bc7669c1..98446bbce654325ff55dcbbce88b50bf15fb5b18 100644 (file)
@@ -295,7 +295,7 @@ public class Gtkdoc.Generator : Api.Visitor {
                                        return;
                                }
                        }
-                       add_manual_header ("error", "location to store the error occuring, or NULL to ignore", {"out"});
+                       add_manual_header ("error", "location to store the error occuring, or %NULL to ignore", {"out"});
                } else {
                        // error domain definition
                        var old_headers = current_headers;