From d015828479a131d3b422980c44748f7a10de8f91 Mon Sep 17 00:00:00 2001
From: j8takagi <j8takagi@nifty.com>
Date: Wed, 23 Mar 2011 22:05:02 +0900
Subject: [PATCH] =?utf8?q?Doxygen=E3=81=AE=E3=83=95=E3=82=A1=E3=82=A4?=
 =?utf8?q?=E3=83=AB=E3=82=92XML=E5=BD=A2=E5=BC=8F=E3=81=A7=E5=87=BA?=
 =?utf8?q?=E5=8A=9B=E3=81=99=E3=82=8B=E3=82=88=E3=81=86=E8=A8=AD=E5=AE=9A?=
 =?utf8?q?=E5=A4=89=E6=9B=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 97d6a63..ccc16d7 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ MKDIR = mkdir -p
 DOXYGEN = doxygen
 GTAGS = gtags
 HTAGS = htags
-HTAGSFLAG = --map-file -anos --tree-view
+HTAGSFLAG = --map-file -anosx --tree-view
 
 build:
 	$(MAKE) -C src
-- 
2.18.0