Guest User

Untitled

a guest
May 25th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. if __FILE__ == $0
  2. r = RDoc::RDoc.new
  3. output = 'doc'
  4. r.document ['README.rdoc', 'wp-includes', '-o', output, '-t', 'WordPress API']
  5. end
Add Comment
Please, Sign In to add comment