1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

Fixed/added documentation to several classes.

This commit is contained in:
Matias Fontanini
2011-08-23 21:32:13 -03:00
parent 8afe3d7429
commit 2510c825cd
7 changed files with 16 additions and 11 deletions

View File

@@ -35,7 +35,7 @@
namespace Tins {
/**
* \brief TCP represents the TCP PDU.
* \brief Class that represents an TCP PDU.
*
* TCP is the representation of the TCP PDU. Instances of this class
* must be sent over a level 3 PDU, this will otherwise fail.