SF.net SVN: geany:[4773] trunk/src

ntrel at users.sourceforge.net ntrel at xxxxx
Thu Mar 18 13:17:05 UTC 2010


Revision: 4773
          http://geany.svn.sourceforge.net/geany/?rev=4773&view=rev
Author:   ntrel
Date:     2010-03-18 13:17:05 +0000 (Thu, 18 Mar 2010)

Log Message:
-----------
Mention plugin_set_key_group() in API docs.

Modified Paths:
--------------
    trunk/src/keybindings.c
    trunk/src/keybindings.h

Modified: trunk/src/keybindings.c
===================================================================
--- trunk/src/keybindings.c	2010-03-18 13:13:11 UTC (rev 4772)
+++ trunk/src/keybindings.c	2010-03-18 13:17:05 UTC (rev 4773)
@@ -21,9 +21,11 @@
  * $Id$
  */
 
-/*
+/**
+ * @file keybindings.h
  * Configurable keyboard shortcuts.
- */
+ * @see plugin_set_key_group().
+ **/
 
 
 #include "geany.h"

Modified: trunk/src/keybindings.h
===================================================================
--- trunk/src/keybindings.h	2010-03-18 13:13:11 UTC (rev 4772)
+++ trunk/src/keybindings.h	2010-03-18 13:17:05 UTC (rev 4773)
@@ -21,16 +21,9 @@
  * $Id$
  */
 
-/**
- * @file keybindings.h
- * Configurable keyboard shortcuts.
- **/
-
-
 #ifndef GEANY_KEYBINDINGS_H
 #define GEANY_KEYBINDINGS_H 1
 
-
 /** Function pointer type used for keybinding callbacks. */
 typedef void (*GeanyKeyCallback) (guint key_id);
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list