From ccfc67b7b0a9fa9e1a1cbb2090b71ea33fc44ae7 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 3 Jan 2002 15:57:42 +0000 Subject: Missed the =head1 additions. p4raw-id: //depot/perl@14041 --- gv.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gv.h') diff --git a/gv.h b/gv.h index 428ab770b1..6dd206c491 100644 --- a/gv.h +++ b/gv.h @@ -35,6 +35,8 @@ struct gp { #define GvFLAGS(gv) (GvXPVGV(gv)->xgv_flags) /* +=head1 GV Functions + =for apidoc Am|SV*|GvSV|GV* gv Return the SV from the GV. -- cgit v1.2.1