Skip to content

Commit 4a81385

Browse files
committed
embed.fnc: Add some comments
1 parent 7445c13 commit 4a81385

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

embed.fnc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,11 @@
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
:
@@ -112,6 +116,8 @@
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
:

0 commit comments

Comments
 (0)