File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 4242: comments here mostly don't include how Devel::PPPort or diag.t use them:
4343: All the possible flags and their meanings are given below.
4444:
45- : A function taking no parameters will have no 'arg' elements.
45+ : A function taking no parameters will have no 'arg' elements. Currently
46+ : arguments that are function pointers are unlikely to be parsed properly here
47+ : (patches welcome!); you can work around this by creating a typedef for the
48+ : function pointer, in an appropriate header file and using that here.
49+ :
4650: A line may be continued onto the next by ending it with a backslash.
4751: Leading and trailing whitespace will be ignored in each component.
4852:
112116: perlintern. If no documentation exists, that fact is also noted in
113117: perlintern.
114118:
119+ : Use the 'X' flag instead to suppress the short name outside the core
120+ :
115121: These require one of the /[iIpS]/ flags to give callers a name to use
116122: that won't possibly collide with their own
117123:
You can’t perform that action at this time.
0 commit comments