Skip to content

Commit

Permalink
Sync SDL3 wiki -> header
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
SDLWikiBot committed Dec 19, 2024
1 parent 0c42891 commit 2f9a45a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions include/SDL3/SDL_endian.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ _m_prefetch(void *__P)

#ifndef SDL_BYTEORDER
#ifdef SDL_WIKI_DOCUMENTATION_SECTION

/**
* A macro that reports the target system's byte order.
*
Expand Down Expand Up @@ -169,6 +170,7 @@ _m_prefetch(void *__P)

#ifndef SDL_FLOATWORDORDER
#ifdef SDL_WIKI_DOCUMENTATION_SECTION

/**
* A macro that reports the target system's floating point word order.
*
Expand Down
12 changes: 6 additions & 6 deletions include/SDL3/SDL_timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ extern "C" {
/**
* Convert nanoseconds to seconds.
*
* This performs a division, so the results can be dramatically different
* if `NS` is an integer or floating point value.
* This performs a division, so the results can be dramatically different if
* `NS` is an integer or floating point value.
*
* \param NS the number of nanoseconds to convert.
* \return NS, expressed in seconds.
Expand Down Expand Up @@ -130,8 +130,8 @@ extern "C" {
/**
* Convert nanoseconds to milliseconds.
*
* This performs a division, so the results can be dramatically different
* if `NS` is an integer or floating point value.
* This performs a division, so the results can be dramatically different if
* `NS` is an integer or floating point value.
*
* \param NS the number of nanoseconds to convert.
* \return NS, expressed in milliseconds.
Expand Down Expand Up @@ -159,8 +159,8 @@ extern "C" {
/**
* Convert nanoseconds to microseconds.
*
* This performs a division, so the results can be dramatically different
* if `NS` is an integer or floating point value.
* This performs a division, so the results can be dramatically different if
* `NS` is an integer or floating point value.
*
* \param NS the number of nanoseconds to convert.
* \return NS, expressed in microseconds.
Expand Down

0 comments on commit 2f9a45a

Please sign in to comment.