genindex: improve some comments.

--HG--
extra : convert_revision : 7da94c9254a521dba13df51a53fd183d48470929
This commit is contained in:
Juan RP 2008-12-19 05:10:30 +01:00
parent 63059b0266
commit f07233018b

View file

@ -83,6 +83,9 @@ write_repo_pkgindex()
rm -rf $tmppkgdir
}
#
# No indentation is done here, because xbps-pkgdb does it for us.
#
write_repo_pkgindex_header()
{
local file="$1"
@ -114,8 +117,7 @@ _EOF
#
# Function that writes the package's metadata dictionary into the
# package index file for a repository. Proper indentation is done
# as well, thanks to the shell scripting magic :-)
# package index file for a repository.
#
write_repo_pkgindex_dict()
{