summaryrefslogtreecommitdiff
path: root/gtkdoc-scan.in
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2012-05-23 23:10:01 +0200
committerStefan Sauer <ensonic@users.sf.net>2012-05-23 23:10:01 +0200
commit2a6b01253fe41412172a60f26705114b953d0a95 (patch)
treef61dba00047d622d1cacfff579e4b25e0c6c27a9 /gtkdoc-scan.in
parent47abcd53b8489ebceec9e394676512a181c1f1f6 (diff)
downloadgtk-doc-2a6b01253fe41412172a60f26705114b953d0a95.tar.gz
gtkdoc-scan: revert the sorting of symbols
Developers can arrange symbols by shuffling them inside the header file. Fixes #676685.
Diffstat (limited to 'gtkdoc-scan.in')
-rwxr-xr-xgtkdoc-scan.in3
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