[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/kate/data
From:       Anders Lund <anders () alweb ! dk>
Date:       2004-03-01 0:21:16
Message-ID: 20040301002116.31755996F () office ! kde ! org
[Download RAW message or body]

CVS commit by alund: 

make the pop work
Basically, the solution is to get rid of whitespace before looking for "*/"


  M +13 -5     doxygen.xml   1.3


--- kdelibs/kate/data/doxygen.xml  #1.2:1.3
@@ -51,5 +51,5 @@
       <item> \verbatim </item>
       <item> \xmlonly </item>
-      
+
       <item> @callgraph </item>
       <item> @hideinitializer </item>
@@ -131,5 +131,5 @@
       <item> \e </item>
       <item> \em </item>
-      
+
       <item> @addtogroup </item>
       <item> @class </item>
@@ -181,5 +181,5 @@
       <item> \subsubsection </item>
       <item> \paragraph </item>
-      
+
       <item> @defgroup </item>
       <item> @page </item>
@@ -191,5 +191,5 @@
       <item> @subsection </item>
       <item> @subsubsection </item>
-      <item> @paragraph </item>          
+      <item> @paragraph </item>
     </list>
     <list name="TagString">
@@ -210,5 +210,5 @@
       <item> \skipline </item>
       <item> \until </item>
-      
+
       <item> @fn </item>
       <item> @ingroup </item>
@@ -257,14 +257,22 @@
       </context>
       <context attribute="Comment" lineEndContext="#pop" name="TagWord">
+        <RegExpr attribute="Comment" context="#stay" String="\s*"/>
+        <Detect2Chars attribute="Comment" context="#pop#pop" char="*" char1="/" \
endRegion="BlockComment"/>  <RegExpr attribute="TagWord" context="#pop" \
String="\s*\S*\s" />  </context>
       <context attribute="Comment" lineEndContext="#pop" name="TagWordWord">
+        <RegExpr attribute="Comment" context="#stay" String="\s*"/>
+        <Detect2Chars attribute="Comment" context="#pop#pop" char="*" char1="/" \
endRegion="BlockComment"/>  <RegExpr attribute="TagWord" context="#stay" \
                String="\s*\S*\s" />
         <RegExpr attribute="TagWordWord" context="#stay" String="\s*\S*\s" />
       </context>
       <context attribute="Comment" lineEndContext="#pop" name="TagString">
+        <RegExpr attribute="Comment" context="#stay" String="\s*"/>
+        <Detect2Chars attribute="Comment" context="#pop#pop" char="*" char1="/" \
endRegion="BlockComment" />  <RegExpr attribute="TagString" context="#stay" \
String="\s*.*$" />  </context>
       <context attribute="Comment" lineEndContext="#pop" name="TagWordString">
+        <RegExpr attribute="Comment" context="#stay" String="\s*"/>
+        <Detect2Chars attribute="Comment" context="#pop#pop" char="*" char1="/" \
                endRegion="BlockComment"/>
         <RegExpr attribute="TagWord" context="TagString" String="\s*\S*\s*" />
       </context>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic