*** empty log message ***
[m17n/m17n-docs.git] / utils / usr_filter.rb
index cade553..6b5c51a 100755 (executable)
@@ -45,6 +45,11 @@ while gets
        commentblock(buf)
        buf = []
 
+      when /\/\* @[{}] \*\//   # /* comment */ type comment 
+       commentblock(buf)
+       buf = []
+        print($_)
+
       when /^\/\*\s.*\*\//     # /* comment */ type comment 
 #      if doxy == 1            
 #        # should be included only in the example code