Skip to content

Instantly share code, notes, and snippets.

@rohinomiya
Created September 11, 2011 08:15
Show Gist options
  • Save rohinomiya/1209319 to your computer and use it in GitHub Desktop.
Save rohinomiya/1209319 to your computer and use it in GitHub Desktop.
rdoc my usually setting
@echo off
rem rdoc -S -N -c <文字コード> -t <タイトル> -m <デフォルトページ> <対象ファイル>
rdoc -S -N -c UTF-8 -t "Process files properly." -m fileprocess.rb *.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment