mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-29 05:12:18 +01:00
12 lines
239 B
Diff
12 lines
239 B
Diff
--- a/doc/doxyparse.pl
|
|
+++ b/doc/doxyparse.pl
|
|
@@ -273,7 +273,7 @@
|
|
|
|
print MAN $MAN_MIDDLE;
|
|
|
|
- if (defined(@$also)) {
|
|
+ if (@$also) {
|
|
print MAN "\n.SH SEE ALSO\n\\fI";
|
|
print MAN join "\\fR, \\fI", @$also;
|
|
print MAN "\\fR.\nAnd ";
|