Skip to content

Commit 8680eed

Browse files
committed
[DOC] Convert documents from RD2
1 parent 6d8a43a commit 8680eed

File tree

5 files changed

+146
-118
lines changed

5 files changed

+146
-118
lines changed

.document

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
BSDL
2+
COPYING
3+
README.md
4+
docs/
5+
lib/

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/.yardoc
33
/_yardoc/
44
/coverage/
5-
/doc/
5+
/html/
66
/pkg/
77
/spec/reports/
88
/tmp/

.rdoc_options

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
main_page: README.md
3+
op_dir: html

docs/win32.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Wrapper module for \Win32 platforms
2+
module Win32
3+
end

0 commit comments

Comments
 (0)