[gtk: 1/2] doc: fix annotation for GtkCssLocation




commit eb6fbf907f270e1240d19ea4fc402f4c363776e6
Author: David Lechner <david lechnology com>
Date:   Wed Jan 6 04:32:09 2021 +0000

    doc: fix annotation for GtkCssLocation
    
    GtkCssLocation is a type so it should be prefixed with # rather than @.

 gtk/css/gtkcsslocation.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/css/gtkcsslocation.c b/gtk/css/gtkcsslocation.c
index 4f47501b0b..4d52ded714 100644
--- a/gtk/css/gtkcsslocation.c
+++ b/gtk/css/gtkcsslocation.c
@@ -30,7 +30,7 @@
  * @line_chars: Number of characters parsed since the last line
  *     break
  *
- * @GtkCssLocation is used to present a location in a file - or other
+ * #GtkCssLocation is used to present a location in a file - or other
  * source of data parsed by the CSS engine.
  * 
  * The @bytes and @line_bytes offsets are meant to be used to


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