From 2f9a45af6099c25c138bdba06d83661961ea72d6 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Thu, 19 Dec 2024 21:44:12 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
[ci skip]
---
include/SDL3/SDL_endian.h | 2 ++
include/SDL3/SDL_timer.h | 12 ++++++------
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/include/SDL3/SDL_endian.h b/include/SDL3/SDL_endian.h
index bccf5a45d732b..bf1dd206d31c1 100644
--- a/include/SDL3/SDL_endian.h
+++ b/include/SDL3/SDL_endian.h
@@ -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.
*
@@ -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.
*
diff --git a/include/SDL3/SDL_timer.h b/include/SDL3/SDL_timer.h
index aaae6c0cf98cb..eba0ddf6a096d 100644
--- a/include/SDL3/SDL_timer.h
+++ b/include/SDL3/SDL_timer.h
@@ -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.
@@ -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.
@@ -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.