File: modules.dox

package info (click to toggle)
springlobby 0.267%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 13,780 kB
  • sloc: cpp: 79,169; ansic: 61,599; python: 927; sh: 735; perl: 238; xml: 52; makefile: 42; sed: 16
file content (31 lines) | stat: -rw-r--r-- 496 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/*!

@page modules Source Modules

These are the modules that make up the sourcecode of the SpringLobby client. TODO


@section server_module Server Module

This module handles the connection with the server. TODO


@section setting_module Settings Module

Saves and restores application settings. TODO


@section gui_module GUI Module

The module that binds it all together to creates the application. TODO


@section socket_module Socket Module

Handles communication through TCP. TODO





*/