[cheese] Revert "effects: user ** in doc-comments to enable color highlighting"



commit 0cad2f6d3ae72cad32e472b4b0cbdc145bb0d241
Author: David King <amigadave amigadave com>
Date:   Sat Dec 10 23:19:32 2011 +0100

    Revert "effects: user ** in doc-comments to enable color highlighting"
    
    This reverts commit 27b6b05723376c3ea5bf178bed59dd973f302e0a.
    
    gtk-doc comments, started with the double-asterisk sequence, should only
    be used for public symbols.

 libcheese/cheese-effect.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libcheese/cheese-effect.c b/libcheese/cheese-effect.c
index 7e95cc9..a80672d 100644
--- a/libcheese/cheese-effect.c
+++ b/libcheese/cheese-effect.c
@@ -289,7 +289,7 @@ err_keyfile_load:
     return NULL;
 }
 
-/**
+/*
  * cheese_effect_load_effects_from_directory:
  * @directory: the directory in which to search for effects
  *
@@ -341,7 +341,7 @@ cheese_effect_load_effects_from_directory (const gchar* directory)
   return g_list_reverse (list);
 }
 
-/**
+/*
  * cheese_effect_load_effects_from_subdirectory:
  * @directory: directory from under which to load effects
  *



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