From 1528ba74c0ce8f07abc744aadc5e859a562cfd4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sun, 30 Sep 2018 21:34:18 -0700 Subject: [PATCH] Updated docs. --- include/bgfx/bgfx.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/bgfx/bgfx.h b/include/bgfx/bgfx.h index 7efb97609..9ab9fb0c0 100644 --- a/include/bgfx/bgfx.h +++ b/include/bgfx/bgfx.h @@ -422,6 +422,8 @@ namespace bgfx /// It's not safe to continue (Exluding _code `Fatal::DebugCheck`), /// inform the user and terminate the application. /// + /// @param[in] _filePath File path where fatal message was generated. + /// @param[in] _line Line where fatal message was generated. /// @param[in] _code Fatal error code. /// @param[in] _str More information about error. /// @@ -642,7 +644,8 @@ namespace bgfx bool debug; //!< Enable device for debuging. bool profile; //!< Enable device for profiling. - Resolution resolution; //!< Backbuffer resolution and reset parameters. + /// Backbuffer resolution and reset parameters. See: `bgfx::Resolution`. + Resolution resolution; struct Limits {