summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2000-02-27 17:41:30 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2000-02-27 17:41:30 (GMT)
commitf4f3f1676896e6fd0c0044f001eda9829d9b3f60 (patch)
tree0e10644b6ed5c8878dc59e723fe3dcd591d57839 /src/config.h
parenta81ce4743212122ae050e5efbc4bfda92e6a664e (diff)
downloadDoxygen-f4f3f1676896e6fd0c0044f001eda9829d9b3f60.zip
Doxygen-f4f3f1676896e6fd0c0044f001eda9829d9b3f60.tar.gz
Doxygen-f4f3f1676896e6fd0c0044f001eda9829d9b3f60.tar.bz2
Release 2000-02-27
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index fed6c45..b36892c 100644
--- a/src/config.h
+++ b/src/config.h
@@ -114,6 +114,7 @@ struct Config
static bool rtfHyperFlag; // generate hyper links in RTF
static bool showIncFileFlag; // show include file in file documentation?
static bool stripCommentsFlag; // strip special comments from code fragments?
+ static bool sortMembersFlag; // sort members alphabetically?
};
#endif