diff --git a/gv.h b/gv.h index 380054bc5626..1b987c59e88e 100644 --- a/gv.h +++ b/gv.h @@ -308,7 +308,10 @@ Return the CV from the GV. #define gv_fetchmethod_flags(stash,name,flags) gv_fetchmethod_pv_flags(stash, name, flags) /* -=for apidoc_defn ARdp|GV *|gv_autoload4|NULLOK HV *stash|NN const char *name|STRLEN len|I32 method +=for apidoc_defn ARmd|GV *|gv_autoload4|NULLOK HV *stash \ + |NN const char *name \ + |STRLEN len \ + |I32 method =cut */