[gtk-doc] gtkdoc-scan: revert the sorting of symbols
- From: Stefan Kost <stefkost src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-doc] gtkdoc-scan: revert the sorting of symbols
- Date: Wed, 23 May 2012 21:11:13 +0000 (UTC)
commit 2a6b01253fe41412172a60f26705114b953d0a95
Author: Stefan Sauer <ensonic users sf net>
Date: Wed May 23 23:10:01 2012 +0200
gtkdoc-scan: revert the sorting of symbols
Developers can arrange symbols by shuffling them inside the header file.
Fixes #676685.
gtkdoc-scan.in | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/gtkdoc-scan.in b/gtkdoc-scan.in
index 04bfb4a..84245b8 100755
--- a/gtkdoc-scan.in
+++ b/gtkdoc-scan.in
@@ -831,9 +831,6 @@ sub ScanHeader {
@TRACE@("Scanning $input_file done\n");
- # sort the symbols
- $list=join("\n",sort(split("\n",$list)))."\n";
-
# Try to separate the standard macros and functions, placing them at the
# end of the current section, in a subsection named 'Standard'.
# do this in a loop to catch object, enums and flags
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]