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






































v