<aspect xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://control.ee.ethz.ch/XWeaver/AspectX" xmlns:src="http://www.sdml.info/srcML/src" xsi:schemaLocation="http://control.ee.ethz.ch/XWeaver/AspectX ../../../../src/xsd/aspectX.xsd" name="AddSingleLine">
  
<description>
      This aspect tests weaving rule 
<code>comment_end_comment.</code>.
      
<author>I. Birrer</author>
  
</description>
  
<advice type="end" name="addCommentFoo">
      
<description>
          Adds single line comment at the end of all existing comments.
      
</description>
    
<pointcut type="src:comment" />
    
<codeModifier type="comment"><text>Single Line Comment added by Aspect</text></codeModifier>
  
</advice>
</aspect>






































v