diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-12-04 15:40:40 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-12-04 15:40:40 (GMT) |
commit | bf5b66e7a8252fd1d9db26f5822c393e24ad091a (patch) | |
tree | a3dfe81e4bacd9d45fef5183da38b28854e62b0b /Documentation/SwiftenDevelopersGuide/SConscript | |
parent | bbf8a5fcb47d649bdcee1b2122eaa76f2c914ef7 (diff) | |
download | swift-bf5b66e7a8252fd1d9db26f5822c393e24ad091a.zip swift-bf5b66e7a8252fd1d9db26f5822c393e24ad091a.tar.bz2 |
Document custom requests & responders, and components.
Diffstat (limited to 'Documentation/SwiftenDevelopersGuide/SConscript')
-rw-r--r-- | Documentation/SwiftenDevelopersGuide/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/SwiftenDevelopersGuide/SConscript b/Documentation/SwiftenDevelopersGuide/SConscript index 54a3ad2..e000ac2 100644 --- a/Documentation/SwiftenDevelopersGuide/SConscript +++ b/Documentation/SwiftenDevelopersGuide/SConscript @@ -87,7 +87,7 @@ if "doc" in ARGUMENTS : sources = [] for i in range(1, 7) : sources.append("Examples/EchoBot/EchoBot" + str(i) + ".cpp") -sources += ["Examples/EchoBot/" + i for i in ["EchoPayloadParserFactory.h", "EchoPayloadSerializer.h", "EchoPayload.h"]] +sources += ["Examples/EchoBot/" + i for i in ["EchoPayloadParserFactory.h", "EchoPayloadSerializer.h", "EchoPayload.h", "EchoComponent.cpp"]] for source in sources : env.Command(source + ".xml", source, Action(generateDocBookCode, cmdstr = "$GENCOMSTR")) |