changeset 1642:acd73fb8402f

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 30 Jan 2021 15:42:55 +0200
parents 7c64f9b16f8f
children 5d56f1311d46
files docs/tfdoc.pl
diffstat 1 files changed, 7 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/docs/tfdoc.pl	Sat Jan 30 15:40:43 2021 +0200
+++ b/docs/tfdoc.pl	Sat Jan 30 15:42:55 2021 +0200
@@ -1,12 +1,13 @@
 #!/usr/bin/perl -w
-#
-# TFDoc for extending GgrTF DocBook manual with embedded TF docs.
-# Programmed by Matti 'ccr' Hamalainen <ccr@tnsp.org>
-# (C) Copyright 2009-2016 Tecnic Software productions (TNSP)
-#
+###
+### TFDoc for extending GgrTF DocBook manual with embedded TF docs.
+### Programmed by Matti 'ccr' Hamalainen <ccr@tnsp.org>
+### (C) Copyright 2009-2016 Tecnic Software productions (TNSP)
+###
 use strict;
 use warnings;
 
+
 ## Convert special characters to HTML/XML entities
 sub xmlentities($)
 {
@@ -17,6 +18,7 @@
   return $value;
 }
 
+
 sub xmlentities2($)
 {
   my $value = $_[0];