[evince] ev-file-helpers: use correct syntax for gtk-doc comment



commit bc66ce25982f3310503f32588183cf3a19c95b00
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Jan 7 00:05:29 2013 +0100

    ev-file-helpers: use correct syntax for gtk-doc comment
    
    If it's a gtk-doc comment, it must start with the name of the function,
    or the parser will complain.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=691354

 libdocument/ev-file-helpers.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libdocument/ev-file-helpers.c b/libdocument/ev-file-helpers.c
index afa6c0f..1ab18a6 100644
--- a/libdocument/ev-file-helpers.c
+++ b/libdocument/ev-file-helpers.c
@@ -195,15 +195,15 @@ ev_mkstemp_file (const char        *template,
         return file;
 }
 
-/**
+/*
  * This function is copied from
  * http://bugzilla.gnome.org/show_bug.cgi?id=524831
  * and renamed from g_mkdtemp to _ev_g_mkdtemp.
  *
  * If/when this function gets added to glib, it can be removed from
  * evince' sources.
- *
- *
+ */
+/**
  * g_mkdtemp:
  * @tmpl: template directory name
  *



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