diff options
| author | Remko Tronçon <git@el-tramo.be> | 2014-01-02 09:27:31 (GMT) | 
|---|---|---|
| committer | Remko Tronçon <git@el-tramo.be> | 2014-01-03 11:09:06 (GMT) | 
| commit | 9d787c6337d7080cb32af800a96cf64d43373514 (patch) | |
| tree | 6ec7c622e0545ef22bf31c0c95f0476f8d2aacce /Sluift/ElementConvertors/PubSubEventDeleteConvertor.cpp | |
| parent | 26bb5aa9e2f520c3c943797e6143c32e5b16806b (diff) | |
| download | swift-9d787c6337d7080cb32af800a96cf64d43373514.zip swift-9d787c6337d7080cb32af800a96cf64d43373514.tar.bz2  | |
Sluift: Document some more elements
Change-Id: I2a755500f0fe88bbea5594ce858bc92dccc34805
Diffstat (limited to 'Sluift/ElementConvertors/PubSubEventDeleteConvertor.cpp')
| -rw-r--r-- | Sluift/ElementConvertors/PubSubEventDeleteConvertor.cpp | 9 | 
1 files changed, 9 insertions, 0 deletions
diff --git a/Sluift/ElementConvertors/PubSubEventDeleteConvertor.cpp b/Sluift/ElementConvertors/PubSubEventDeleteConvertor.cpp index b03f22a..7b12dc2 100644 --- a/Sluift/ElementConvertors/PubSubEventDeleteConvertor.cpp +++ b/Sluift/ElementConvertors/PubSubEventDeleteConvertor.cpp @@ -49,3 +49,12 @@ void PubSubEventDeleteConvertor::doConvertToLua(lua_State* L, boost::shared_ptr<  		lua_setfield(L, -2, "redirects");  	}  } + +boost::optional<LuaElementConvertor::Documentation> PubSubEventDeleteConvertor::getDocumentation() const { +	return Documentation( +		"PubSubEventDelete", +		"This table has the following fields:\n\n" +		"- `node`: string\n" +		"- `redirects`: @{PubSubEventRedirect}\n" +	); +}  | 
 Swift