Skip to content

Commit

Permalink
Make internal VI functions marked as @internal by doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudophpt committed Aug 19, 2018
1 parent e06bcc7 commit 2dd3be5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions n64/os/src/interfaces/vi.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@

#include <os_priv.h>

/** @brief Current buffer used to draw to the screen by the VI */
/** @internal @brief Current buffer used to draw to the screen by the VI */
void *__osViCurrentBuffer;
/** @brief Buffer to be drawn to the screen by the VI on next interrupt */
/** @internal @brief Buffer to be drawn to the screen by the VI on next interrupt */
void *__osViSwapBuffer;

/**
* @internal
*
* @brief Update buffer on VI interrupt
* @date 7 Aug 2018
* @author pseudophpt
Expand Down

0 comments on commit 2dd3be5

Please sign in to comment.