<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="AddSingleLineAtEnd">
  
<description>This aspect tests <code>block_end_codeFragment</code> weaving rule by 
  single lines of comments at the end of a 
<code>block</code>.
      
<author>I. Birrer</author>
  
</description>
  
<advice type="end" name="addSingleLine">
    
<description>Adds single line comment at the end of a block.</description>
    
<pointcut type="src:block" />
    
<codeModifier type="codeFragment"><text>/** Inserted by aspect: AddSingleLineAtEnd **/</text></codeModifier>
  
</advice>
</aspect>






































v