Skip to content
Snippets Groups Projects
Commit f72d1685 authored by tho's avatar tho
Browse files

tiny documentation updates

parent ef55cdab
No related branches found
No related tags found
No related merge requests found
......@@ -31,11 +31,11 @@
senf/Example/udpServer directory and compiled with
<pre>
#scons -u
# scons -u
<Then you can start the client/server with>
#./udpServer
#./udpClient
# ./udpServer
# ./udpClient
</pre>
When we take a look to the code, we start with the Server:
......
......@@ -339,7 +339,7 @@ namespace senf {
parsers if needed. */
Packet packet() const; ///< Get packet this parser is parsing from
/**< \important This member should only be used from packet
/**< \note This member should only be used from packet
parsers when access to previous or following packets is
needed e.g. for calculating checksums etc. */
......
......@@ -127,7 +127,7 @@ namespace senf {
\param map string to string mapping to be filled with
state information
\param lod level of detail requested. The
\param lod level of %detail requested. The
interpretation of this value is protocol specific
\implementation This member will be re-implemented in
......@@ -140,7 +140,7 @@ namespace senf {
/**< Formats the complete state map value and returns it as
a single multi-line string.
\param lod level of detail requested. The
\param lod level of %detail requested. The
interpretation of this value is protocol specific
\implementation This member will be re-implemented in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment