Skip to content

Commit

Permalink
Move module declaration to bottom of file
Browse files Browse the repository at this point in the history
Fixes improper prefixing for global signals
  • Loading branch information
jtackaberry committed Jun 2, 2012
1 parent 2796ba7 commit 3627db3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/core/mainloop.rst
@@ -1,6 +1,3 @@
.. module:: kaa.main
:synopsis: The main loop facility

The Main Loop
=============

Expand Down Expand Up @@ -273,3 +270,8 @@ version of kaa may fix that problem.
If you create a wrapper to use kaa with a different mainloop
using this solution please send us an example so we can include
support for that mainloop in the kaa distribution.

.. Declare the module at the bottom because otherwise the signal attributes
are incorrectly prefixed with kaa.main.
.. module:: kaa.main
:synopsis: The main loop facility

0 comments on commit 3627db3

Please sign in to comment.