summaryrefslogtreecommitdiff
path: root/pad.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2022-11-05 09:55:36 +0100
committerYves Orton <demerphq@gmail.com>2023-02-09 16:40:29 +0800
commit211b33a3986847f6d6cec8e83ba355f8040fa039 (patch)
tree02ca490e68c55ca108b00198e63d56b360503f1a /pad.h
parent472953645a796ce6fd09edf90e294f612584e71d (diff)
downloadperl-211b33a3986847f6d6cec8e83ba355f8040fa039.tar.gz
perl.h - break up * lined comment leaders and pod comments
Having half of the comment have the * on the left side is confusing for humans and especially so for programs. Split the two style into two comments.
Diffstat (limited to 'pad.h')
-rw-r--r--pad.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pad.h b/pad.h
index fa5b2896d7..f3e494324d 100644
--- a/pad.h
+++ b/pad.h
@@ -161,8 +161,9 @@ typedef enum {
/* Note: the following three macros are actually defined in scope.h, but
* they are documented here for completeness, since they directly or
- * indirectly affect pads.
+ * indirectly affect pads. */
+/*
=for apidoc m|void|SAVEPADSV |PADOFFSET po
Save a pad slot (used to restore after an iteration)