[anjuta] libanjuta: bgo #696984 - Fix missing double asterisk in documentation comments
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] libanjuta: bgo #696984 - Fix missing double asterisk in documentation comments
- Date: Mon, 1 Apr 2013 08:25:10 +0000 (UTC)
commit 5790fca40f956c161c308daa7916c84bdf63f1e5
Author: Arnel A. Borja <kyoushuu yahoo com>
Date: Fri Mar 29 17:14:52 2013 +0800
libanjuta: bgo #696984 - Fix missing double asterisk in documentation comments
libanjuta/interfaces/libanjuta.idl | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/libanjuta/interfaces/libanjuta.idl b/libanjuta/interfaces/libanjuta.idl
index e334656..7a9e5c9 100644
--- a/libanjuta/interfaces/libanjuta.idl
+++ b/libanjuta/interfaces/libanjuta.idl
@@ -2197,7 +2197,8 @@ interface IAnjutaEditor
{
#include <libanjuta/interfaces/ianjuta-iterable.h>
- /* IAnjutaEditorHover::hover-over:
+ /**
+ * IAnjutaEditorHover::hover-over:
* @obj: self
* @position: IAnjutaEditorCell specifying the position the mouse is over
*
@@ -2206,7 +2207,7 @@ interface IAnjutaEditor
*/
void ::hover_over (IAnjutaIterable* position);
- /* IAnjutaEditorHover::hover-leave
+ /**
* IAnjutaEditorHover::hover-leave:
* @obj: self
* @position: IAnjutaEditorCell specifying the position the mouse was over
@@ -2239,7 +2240,8 @@ interface IAnjutaEditor
*/
interface IAnjutaEditorLanguage
{
- /* IAnjutaEditorLanguage::language-changed:
+ /**
+ * IAnjutaEditorLanguage::language-changed:
* @obj: self
* @language: new language
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]