From c92e57a26110ed3d8183a17455926d804d521cae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Tue, 17 Nov 2015 23:24:30 -0800 Subject: [PATCH] Fixed docs. --- include/bgfx/bgfx.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/bgfx/bgfx.h b/include/bgfx/bgfx.h index c5f0478d..42d96161 100644 --- a/include/bgfx/bgfx.h +++ b/include/bgfx/bgfx.h @@ -1592,11 +1592,11 @@ namespace bgfx /// /// In graphics debugger view name will appear as: /// - /// "nnnce " - /// ^ ^^ ^ - /// | |+-- eye (L/R) - /// | +-- compute (C) - /// +-- view id + /// "nnnce " + /// ^ ^^ ^ + /// | |+-- eye (L/R) + /// | +--- compute (C) + /// +------ view id /// /// @attention C99 equivalent is `bgfx_set_view_name`. ///