Mir

Merge lp:~robertcarr/mir/five-minutes-of-doxygen into lp:~mir-team/mir/trunk

Proposed by Robert Carr
Status: Merged
Approved by: Robert Ancell
Approved revision: no longer in the source branch.
Merged at revision: 549
Proposed branch: lp:~robertcarr/mir/five-minutes-of-doxygen
Merge into: lp:~mir-team/mir/trunk
Diff against target: 38 lines (+6/-0)
3 files modified
include/server/mir/input/cursor_listener.h (+2/-0)
include/server/mir/input/input_channel.h (+1/-0)
src/server/input/android/android_input_manager.h (+3/-0)
To merge this branch: bzr merge lp:~robertcarr/mir/five-minutes-of-doxygen
Reviewer Review Type Date Requested Status
Kevin DuBois (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+156417@code.launchpad.net

Commit message

Five minutes of doxygen comments.

Description of the change

Five minutes of doxygen comments :)

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

On 01/04/13 21:46, Robert Carr wrote:
> +// TODO: As this is due to be implemented in the graphics namespace for rendering the cursor perhaps this interface
> +// belongs in mir::graphics

It doesn't matter where an interface is to be implemented (there could
be several implementations in different places), it is where it is used
that should determine where the interface belongs.

--
Alan Griffiths +44 (0)798 9938 758
Octopull Ltd http://www.octopull.co.uk/

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Kevin DuBois (kdub) wrote :

seems ok

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'include/server/mir/input/cursor_listener.h'
2--- include/server/mir/input/cursor_listener.h 2013-03-13 04:54:15 +0000
3+++ include/server/mir/input/cursor_listener.h 2013-04-01 22:18:30 +0000
4@@ -24,6 +24,8 @@
5 namespace input
6 {
7
8+/// An interface for listening to absolute cursor events (without context): For example to update
9+/// the position of the visible cursor.
10 class CursorListener
11 {
12 public:
13
14=== modified file 'include/server/mir/input/input_channel.h'
15--- include/server/mir/input/input_channel.h 2013-03-29 16:51:35 +0000
16+++ include/server/mir/input/input_channel.h 2013-04-01 22:18:30 +0000
17@@ -24,6 +24,7 @@
18 namespace input
19 {
20
21+/// Encapsulates a paired set of fd's suitable for input communication.
22 class InputChannel
23 {
24 public:
25
26=== modified file 'src/server/input/android/android_input_manager.h'
27--- src/server/input/android/android_input_manager.h 2013-03-29 16:51:35 +0000
28+++ src/server/input/android/android_input_manager.h 2013-04-01 22:18:30 +0000
29@@ -52,6 +52,9 @@
30 class InputThread;
31 class InputConfiguration;
32
33+/// Encapsulates an instance of the Android input stack, that is to say an EventHub tied
34+/// to an InputReader tied to an InputDispatcher. Provides interfaces for controlling input
35+/// policy and dispatch (through public API and policy objects in InputConfiguration).
36 class InputManager : public mir::input::InputManager
37 {
38 public:

Subscribers

People subscribed via source and target branches