Skip to content

Commit

Permalink
tidy up examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Sep 25, 2016
1 parent 77736a6 commit 59e798e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Empty file removed examples/Vector.cpp.md
Empty file.
3 changes: 0 additions & 3 deletions examples/docs.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env ruby

require 'pry'

require 'rainbow'
require 'ffi/clang'

Expand All @@ -28,7 +26,6 @@ def title(declaration)
if comment = declaration.comment
# puts Rainbow(comment.inspect).gray
puts Rainbow(comment.text)
binding.pry
end
end
end

0 comments on commit 59e798e

Please sign in to comment.