Fix of documentation

This commit is contained in:
Sergey Naumov
2015-12-30 21:12:24 +03:00
parent 1a9aacd5a2
commit d6ad195ceb

View File

@@ -149,7 +149,7 @@ public:
* Example: * Example:
* @code{.cpp} * @code{.cpp}
* I3Connection conn; * I3Connection conn;
* conn.subscribe(lebar::ipc::ET_WORKSPACE | lebar::ipc::ET_WINDOW); * conn.subscribe(i3ipc::ipc::ET_WORKSPACE | i3ipc::ipc::ET_WINDOW);
* @endcode * @endcode
* *
* @param events event type (EventType enum) * @param events event type (EventType enum)