Doxygen comments.

This commit is contained in:
redcode
2018-11-03 00:12:26 +01:00
parent 4d0f98bac9
commit f3a3374299

View File

@@ -45,8 +45,8 @@ typedef struct {
/** The value used as the first argument when calling a callback.
* @details This variable should be initialized before using the
* emulator and can be used to reference the context or instance
* of the machine being emulated. */
* emulator and can be used to reference the context/instance of
* the machine being emulated. */
void *context;