[xslt] Small comment bug
- From: Shaun McCance <shaunm gnome org>
- To: xslt gnome org
- Subject: [xslt] Small comment bug
- Date: 24 Sep 2003 13:56:58 -0500
The gtk-doc comment on line 118 of transform.c claims to be for varsPop,
when it's for templPop. Patch attached.
--
Shaun
Index: transform.c
===================================================================
RCS file: /cvs/gnome/libxslt/libxslt/transform.c,v
retrieving revision 1.229
diff -c -r1.229 transform.c
*** transform.c 3 Jan 1997 23:29:28 -0000 1.229
--- transform.c 24 Sep 2003 18:48:08 -0000
***************
*** 115,121 ****
return (ctxt->templNr++);
}
/**
! * varsPop:
* @ctxt: the transformation context
*
* Pop a template value from the stack
--- 115,121 ----
return (ctxt->templNr++);
}
/**
! * templPop:
* @ctxt: the transformation context
*
* Pop a template value from the stack
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]