Skip to content

Commit

Permalink
Documentation|libshell: Fixed a few Doxygen warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Feb 15, 2013
1 parent 34951d6 commit fcd8682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/libshell/include/de/shell/link.h
Expand Up @@ -49,7 +49,7 @@ class LIBSHELL_PUBLIC Link : public QObject, public Transmitter
/**
* Opens a connection to a server over the network.
*
* @param address Domain/IP address of the server.
* @param domain Domain/IP address of the server.
* @param timeout Keep trying until this much time has passed.
*/
Link(String const &domain, TimeDelta const &timeout = 0);
Expand Down
1 change: 1 addition & 0 deletions doomsday/libshell/src/textwidget.cpp
Expand Up @@ -43,6 +43,7 @@ struct TextWidget::Instance
* Navigates focus to another widget, assuming this widget currently has
* focus. Used in focus cycle navigation.
*
* @param root Root widget.
* @param name Name of the widget to change focus to.
*
* @return Focus changed successfully.
Expand Down

0 comments on commit fcd8682

Please sign in to comment.