From 5a620d1c6592057b500f0889eef8949dc1e95e4b Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 1 May 2011 19:51:52 +0000 Subject: (svn r22406) -Document: some more "random-ish" tidbits --- src/waypoint_gui.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/waypoint_gui.cpp') diff --git a/src/waypoint_gui.cpp b/src/waypoint_gui.cpp index bca642b3d..0ece60177 100644 --- a/src/waypoint_gui.cpp +++ b/src/waypoint_gui.cpp @@ -54,6 +54,11 @@ private: } public: + /** + * Construct the window. + * @param desc The description of the window. + * @param window_number The window number, in this case the waypoint's ID. + */ WaypointWindow(const WindowDesc *desc, WindowNumber window_number) : Window() { this->wp = Waypoint::Get(window_number); -- cgit v1.2.3-54-g00ecf