From e8d0e64ceb53f84824a328c2146aa657b95b6bf6 Mon Sep 17 00:00:00 2001 From: Marius Tomaschewski Date: Fri, 13 Jan 2006 16:40:48 +0000 Subject: [PATCH] - Fixed comment to not to use doxygen intro --- zypp/Url.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zypp/Url.cc b/zypp/Url.cc index 5909562..da0854a 100644 --- a/zypp/Url.cc +++ b/zypp/Url.cc @@ -27,7 +27,7 @@ namespace zypp // ----------------------------------------------------------------- - /** + /* * url = [scheme:] [//authority] /path [?query] [#fragment] */ #define RX_SPLIT_URL "^(([^:/?#]+):)?" \ -- 2.7.4