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,20 +38,18 @@ extern "C" {
#endif
/**
* @brief
*
* @brief Used to perform a common action upon a failure in the VirtualSocket/VirtualTap layer.
*
* @usage For internal use only.
* @param
* @return
* @return
*/
void handle_general_failure();
/**
* @brief
*
* @brief Returns the thread-id. Used in debug traces.
*
* @usage For internal use only.
* @param
* @return
* @return
*/
inline unsigned int gettid();
@@ -59,4 +57,4 @@ inline unsigned int gettid();
}
#endif
#endif
#endif // _H