X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FSocketHandle.hh;h=be6e23af43bd4005a731d2b785be04cf71807151;hb=1ad3873b372da6187b1fbc645bf276287d2efb54;hp=ce67d0e78de687ac990791fbd23e19ad73aacac9;hpb=8421c3a8da7485cb8781045494ecaab3ed84f403;p=senf.git diff --git a/Socket/SocketHandle.hh b/Socket/SocketHandle.hh index ce67d0e..be6e23a 100644 --- a/Socket/SocketHandle.hh +++ b/Socket/SocketHandle.hh @@ -126,8 +126,8 @@ namespace senf { \param map string to string mapping to be filled with state information - \param lod level of detail requested. The interpretation - of this value is protocol specific + \param lod level of detail requested. The + interpretation of this value is protocol specific \implementation This member will be re-implemented in every derived class. This is very important since @@ -139,9 +139,9 @@ namespace senf { /**< Formats the complete state map value and returns it as a single multi-line string. - param lod level of detail requested. The interpretation - of this value is protocol specific - + \param lod level of detail requested. The + interpretation of this value is protocol specific + \implementation This member will be re-implemented in every derived class. See the state() documentation. */ @@ -169,8 +169,7 @@ namespace senf { \param isChecked has to be \c true \todo Answer, why the heck I need the \c isChecked - parameter ?? - */ + parameter ?? */ SocketBody & body(); ///< Access socket body /**< This member replaces the corresponding FileHandle @@ -265,4 +264,6 @@ namespace senf { // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: