summaryrefslogtreecommitdiff
path: root/gtkdoc-scan.in
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2011-08-26 01:24:34 +0200
committerStefan Sauer <ensonic@users.sf.net>2011-08-26 01:24:34 +0200
commit8dd746b00ac0acd9fda196b2cfbec0534ff96298 (patch)
tree05476464f35a6a297c7650ea055cce6af9e67bcb /gtkdoc-scan.in
parentbea7a41be032678d8d414d72622b98e6a82dff25 (diff)
downloadgtk-doc-8dd746b00ac0acd9fda196b2cfbec0534ff96298.tar.gz
scan: one blank line between the sections is enough
The last commit that added sorting also added an extran blank line.
Diffstat (limited to 'gtkdoc-scan.in')
-rwxr-xr-xgtkdoc-scan.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtkdoc-scan.in b/gtkdoc-scan.in
index c3ae7e5..2c5e284 100755
--- a/gtkdoc-scan.in
+++ b/gtkdoc-scan.in
@@ -161,7 +161,7 @@ for my $dir (@SOURCE_DIRS) {
#print DECLLIST $section_list;
my $section;
foreach $section (sort(keys %section_list)) {
- print DECLLIST "$section_list{$section}\n";
+ print DECLLIST "$section_list{$section}";
}
close (DECLLIST);