diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-12-31 18:46:37 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-12-31 19:11:39 -0800 |
commit | 61daec80e75fce66542d3a971e8fbaeb0d8a9049 (patch) | |
tree | 52d28178fd444b12709d39a4736827a897478b49 /mro.c | |
parent | 25d585df4f8dbcfad6d8acde79a63fa49efcf25d (diff) | |
download | perl-61daec80e75fce66542d3a971e8fbaeb0d8a9049.tar.gz |
mro.c: Consistent use of spaces after dots in apidocs
Diffstat (limited to 'mro.c')
-rw-r--r-- | mro.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -712,8 +712,8 @@ S_mro_clean_isarev(pTHX_ HV * const isa, const char * const name, =for apidoc mro_package_moved Call this function to signal to a stash that it has been assigned to -another spot in the stash hierarchy. C<stash> is the stash that has been -assigned. C<oldstash> is the stash it replaces, if any. C<gv> is the glob +another spot in the stash hierarchy. C<stash> is the stash that has been +assigned. C<oldstash> is the stash it replaces, if any. C<gv> is the glob that is actually being assigned to. This can also be called with a null first argument to @@ -727,7 +727,7 @@ It also sets the effective names (C<HvENAME>) on all the stashes as appropriate. If the C<gv> is present and is not in the symbol table, then this function -simply returns. This checked will be skipped if C<flags & 1>. +simply returns. This checked will be skipped if C<flags & 1>. =cut */ |