diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-01-08 14:57:59 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-01-08 15:41:48 -0700 |
commit | 37271a18911d76ceba26a1ee38cbd598fdd19ad4 (patch) | |
tree | 653ea29b744ec2fa53fc008a0b46a2fa21231453 /embed.fnc | |
parent | a553e3a651d413312f6c09e9cafaccf3b783bdc9 (diff) | |
download | perl-37271a18911d76ceba26a1ee38cbd598fdd19ad4.tar.gz |
embed.fnc: Revise comment
The 'd' flag doesn't mean that the documentation has to be even in the
same file as the source for that function; just somewhere in the source.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ : : proto.h: add __attribute__deprecated__ : -: d Function has documentation with its source: +: d Function has documentation in the source: : : enables 'no docs for foo" warning in autodoc.pl : |