summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/API')
-rw-r--r--Documentation/API/Doxyfile16
-rw-r--r--Documentation/API/SConscript6
2 files changed, 8 insertions, 14 deletions
diff --git a/Documentation/API/Doxyfile b/Documentation/API/Doxyfile
index dcc6286..0634800 100644
--- a/Documentation/API/Doxyfile
+++ b/Documentation/API/Doxyfile
@@ -65,7 +65,6 @@ GENERATE_DEPRECATEDLIST= YES
ENABLED_SECTIONS =
MAX_INITIALIZER_LINES = 30
SHOW_USED_FILES = NO
-SHOW_DIRECTORIES = NO
SHOW_FILES = NO
SHOW_NAMESPACES = NO
FILE_VERSION_FILTER =
@@ -90,18 +89,18 @@ INPUT = \
Swiften/Base \
Swiften/Chat \
Swiften/Client/Client.h \
- Swiften/Client/CoreClient.h \
Swiften/Client/ClientError.h \
- Swiften/Client/StanzaChannel.h \
+ Swiften/Client/CoreClient.h \
+ Swiften/Client/MemoryStorages.h \
Swiften/Client/NickResolver.h \
+ Swiften/Client/StanzaChannel.h \
Swiften/Client/Storages.h \
- Swiften/Client/MemoryStorages.h \
- Swiften/Client/FileStorages.h \
Swiften/Component/Component.h \
Swiften/Component/CoreComponent.h \
Swiften/Disco \
Swiften/Elements \
Swiften/EventLoop \
+ Swiften/FileTransfer \
Swiften/JID \
Swiften/MUC \
Swiften/Presence \
@@ -154,7 +153,6 @@ HTML_FILE_EXTENSION = .html
HTML_HEADER =
HTML_FOOTER =
HTML_STYLESHEET =
-HTML_ALIGN_MEMBERS = YES
HTML_DYNAMIC_SECTIONS = YES
GENERATE_DOCSET = YES
DOCSET_FEEDNAME = "Swiften API Documentation"
@@ -173,7 +171,6 @@ TOC_EXPAND = NO
#QHG_LOCATION =
DISABLE_INDEX = NO
ENUM_VALUES_PER_LINE = 4
-GENERATE_TREEVIEW = YES
TREEVIEW_WIDTH = 250
FORMULA_FONTSIZE = 10
@@ -216,8 +213,6 @@ MAN_LINKS = NO
#---------------------------------------------------------------------------
GENERATE_XML = NO
XML_OUTPUT = xml
-XML_SCHEMA =
-XML_DTD =
XML_PROGRAMLISTING = YES
#---------------------------------------------------------------------------
@@ -262,7 +257,6 @@ CLASS_DIAGRAMS = YES
MSCGEN_PATH =
HIDE_UNDOC_RELATIONS = YES
HAVE_DOT = YES
-DOT_FONTNAME = FreeSans
DOT_FONTPATH =
CLASS_GRAPH = YES
COLLABORATION_GRAPH = YES
@@ -287,4 +281,4 @@ DOT_CLEANUP = YES
#---------------------------------------------------------------------------
# Configuration::additions related to the search engine
#---------------------------------------------------------------------------
-SEARCHENGINE = YES
+SEARCHENGINE = NO
diff --git a/Documentation/API/SConscript b/Documentation/API/SConscript
index df20b27..a8a8b1b 100644
--- a/Documentation/API/SConscript
+++ b/Documentation/API/SConscript
@@ -1,6 +1,6 @@
Import("env")
if "doc" in ARGUMENTS :
- myenv = env.Clone()
- myenv.Tool("DoxyGen", toolpath = ["#/BuildTools/SCons/Tools"])
- myenv.DoxyGen("Doxyfile")
+ myenv = env.Clone()
+ myenv.Tool("DoxyGen", toolpath = ["#/BuildTools/SCons/Tools"])
+ myenv.DoxyGen("Doxyfile")