From b63f8ed45dd7f3116ce5aeaf340ebe6d5fec7750 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 3 May 2022 05:56:34 -0600 Subject: autodoc.pl: Clarify comment --- autodoc.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autodoc.pl') diff --git a/autodoc.pl b/autodoc.pl index a9cfb4ac0a..b8208be12e 100644 --- a/autodoc.pl +++ b/autodoc.pl @@ -1196,7 +1196,7 @@ sub format_pod_indexes($) { return $text; } -sub docout ($$$) { # output the docs for one function +sub docout ($$$) { # output the docs for one function group my($fh, $element_name, $docref) = @_; # Trim trailing space -- cgit v1.2.1