aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-10-14 22:27:51 +0000
committerMike Buland <eichlan@xagasoft.com>2007-10-14 22:27:51 +0000
commite72d6077b475bc6142afc3b5967db113922c76f5 (patch)
tree45bdb7b69ec4c1dbcfadc1fa568b1d6b341a6f0f /Doxyfile
parent44eac9521632f8da42f73085db945bdba45f8311 (diff)
downloadlibbu++-e72d6077b475bc6142afc3b5967db113922c76f5.tar.gz
libbu++-e72d6077b475bc6142afc3b5967db113922c76f5.tar.bz2
libbu++-e72d6077b475bc6142afc3b5967db113922c76f5.tar.xz
libbu++-e72d6077b475bc6142afc3b5967db113922c76f5.zip
Fixed an interesting ideosyncacy in Bu::Hash in a safe way, I should try to do
this with the Bu::Archive next. Basically, there's one generic template function that will convert anything that can safely cast to a uint32_t and that supports direct comparisson, and doesn't have it's own override already to be a Hash key, such as char, uint8_t, uint64_t, etc. The Telnet protocol handler does everything I need it too for now, next up for it is escape sequence handling, it would be nice to make this general too, by using the termcap database or something, but there is an ANSI/ISO standard now, I may just go ahead and use that. Also, it looks like it'd be pretty easy to make the canonical mode editing functions be pluggable to facilitate different types of editing, but that can be done down the road as well.
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile
index 4e64a4c..220119a 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -65,7 +65,7 @@ GENERATE_DEPRECATEDLIST= YES
65ENABLED_SECTIONS = 65ENABLED_SECTIONS =
66MAX_INITIALIZER_LINES = 30 66MAX_INITIALIZER_LINES = 30
67SHOW_USED_FILES = YES 67SHOW_USED_FILES = YES
68SHOW_DIRECTORIES = YES 68SHOW_DIRECTORIES = NO
69FILE_VERSION_FILTER = 69FILE_VERSION_FILTER =
70#--------------------------------------------------------------------------- 70#---------------------------------------------------------------------------
71# configuration options related to warning and progress messages 71# configuration options related to warning and progress messages
@@ -258,7 +258,7 @@ INCLUDE_GRAPH = YES
258INCLUDED_BY_GRAPH = YES 258INCLUDED_BY_GRAPH = YES
259CALL_GRAPH = NO 259CALL_GRAPH = NO
260GRAPHICAL_HIERARCHY = YES 260GRAPHICAL_HIERARCHY = YES
261DIRECTORY_GRAPH = YES 261DIRECTORY_GRAPH = NO
262DOT_IMAGE_FORMAT = png 262DOT_IMAGE_FORMAT = png
263DOT_PATH = 263DOT_PATH =
264DOTFILE_DIRS = 264DOTFILE_DIRS =