Doxygen comments.
This commit is contained in:
@@ -30,7 +30,7 @@ this library. If not, see <http://www.gnu.org/licenses/>. */
|
||||
* @details This structure contains the state of the emulated CPU and callback
|
||||
* pointers necessary to interconnect the emulator with external logic. There
|
||||
* is no constructor function, so, before using an object of this type, some
|
||||
* of its members must have been initialized, in particular the following:
|
||||
* of its members must be initialized, in particular the following:
|
||||
* @c context, @c read, @c write, @c in, @c out, @c int_data and @c halt. */
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user