From fd1b600e0521ffa9d62dff2f332ca3f83d91d5e0 Mon Sep 17 00:00:00 2001
From: Sebastian Valle <subv2112@gmail.com>
Date: Wed, 14 Jan 2015 10:14:22 -0500
Subject: [PATCH] APT: Fixed the comment style in some variables

---
 src/core/hle/service/apt_u.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/core/hle/service/apt_u.cpp b/src/core/hle/service/apt_u.cpp
index 9729b1022..007c6efef 100644
--- a/src/core/hle/service/apt_u.cpp
+++ b/src/core/hle/service/apt_u.cpp
@@ -29,8 +29,8 @@ static const VAddr SHARED_FONT_VADDR = 0x18000000;
 static Handle shared_font_mem = 0;
 
 static Handle lock_handle = 0;
-static Handle notification_event_handle = 0; /// APT notification event handle
-static Handle pause_event_handle = 0; /// APT pause event handle
+static Handle notification_event_handle = 0; ///< APT notification event handle
+static Handle pause_event_handle = 0; ///< APT pause event handle
 static std::vector<u8> shared_font;
 
 /// Signals used by APT functions