Added comment syntax for doxygen, fixed build flag which produced unnecessarily-large binaries, removed trailing whitespace

This commit is contained in:
Joseph Henry
2017-09-27 13:42:27 -07:00
parent 5f1e9fe795
commit 1afb2308b6
22 changed files with 562 additions and 711 deletions

View File

@@ -38,7 +38,7 @@ extern "C" {
#endif
/**
* An abstraction of a socket that operates between the application-exposed platform-sockets
* An abstraction of a socket that operates between the application-exposed platform-sockets
* and the network stack's representation of a protocol control structure. This object is used by
* the POSIX socket emulation layer and stack drivers.
*/
@@ -48,4 +48,4 @@ class VirtualSocket;
}
#endif
#endif
#endif // _H