Merge pull request #2144 from GregoryLundberg/GL_lobby_autodoc

Add missing autodoc comment
This commit is contained in:
Gregory A Lundberg 2017-10-29 12:02:04 -05:00 committed by GitHub
commit d67891274e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,7 +131,7 @@ private:
* encountered.
*
* @param game Info on the game we're attempting to join.
* @param mode
* @param mode Whether joining as player, observer or whichever works.
*/
void enter_game(const mp::game_info& game, JOIN_MODE mode);