summaryrefslogtreecommitdiff
path: root/include/SDL_stdinc.h
diff options
context:
space:
mode:
authorPhilipp Wiesemann <philipp.wiesemann@arcor.de>2017-06-04 23:15:39 +0200
committerPhilipp Wiesemann <philipp.wiesemann@arcor.de>2017-06-04 23:15:39 +0200
commit1f2f42fdf43c06e1967f440d3705b1a6a0d6b0db (patch)
treed0129211c74113f17a0c24867ed2cf709af49ca2 /include/SDL_stdinc.h
parentd96edaf08558254e89b42870e7b9443cd0d8bc50 (diff)
downloadsdl-1f2f42fdf43c06e1967f440d3705b1a6a0d6b0db.tar.gz
Fixed comments in headers for doxygen output.
Diffstat (limited to 'include/SDL_stdinc.h')
-rw-r--r--include/SDL_stdinc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SDL_stdinc.h b/include/SDL_stdinc.h
index 4192222c8..13d72030e 100644
--- a/include/SDL_stdinc.h
+++ b/include/SDL_stdinc.h
@@ -445,7 +445,7 @@ extern DECLSPEC int SDLCALL SDL_vsnprintf(SDL_OUT_Z_CAP(maxlen) char *text, size
#ifndef HAVE_M_PI
#ifndef M_PI
-#define M_PI 3.14159265358979323846264338327950288 /* pi */
+#define M_PI 3.14159265358979323846264338327950288 /**< pi */
#endif
#endif