From 5af38e470e5404ea35b11b729d9a03653c224ccb Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 16 Dec 2019 17:02:53 -0700 Subject: Note that certain flags are documented This is useful in Devel::PPPort for generating its api-info data. That useful feature of D:P allows someone to find out what was the first release of Perl to have a function, macro, or flag. And whether using ppport.h backports it further. I went through apidoc.pod and looked for flags that were documented but that D:P didn't know about. This commit adds entries for each so that D:P can find them. --- gv.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gv.c') diff --git a/gv.c b/gv.c index eb4ab927fe..a90ce9b122 100644 --- a/gv.c +++ b/gv.c @@ -323,6 +323,8 @@ the return value of SvUTF8(sv). It can also take the C flag, which means to pretend that the GV has been seen before (i.e., suppress "Used once" warnings). +=for apidoc Amnh||GV_ADDMULTI + =for apidoc gv_init The old form of C. It does not work with UTF-8 strings, as it @@ -1462,6 +1464,11 @@ Note, use of C instead of C where possible is strongly recommended for performance reasons. =for apidoc Amnh||GV_ADD +=for apidoc Amnh||GV_NOADD_NOINIT +=for apidoc Amnh||GV_NOINIT +=for apidoc Amnh||GV_NOEXPAND +=for apidoc Amnh||GV_ADDMG +=for apidoc Amnh||SVf_UTF8 =cut */ -- cgit v1.2.1