Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Commit c43c658

Browse files
committed
Add "internal use only" warnings to the documentation.
Just on RODir and RODir::AnnotationsDir for now.
1 parent 019cbcb commit c43c658

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/ro-bundle/ro/directory.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
module ROBundle
1111

1212
# The managed .ro directory entry of a Research Object.
13+
#
14+
# For internal use only.
1315
class RODir < ZipContainer::ManagedDirectory
1416

1517
DIR_NAME = ".ro" # :nodoc:
@@ -98,6 +100,8 @@ def normalize_content_name(name)
98100
end
99101

100102
# The managed annotations directory within the .ro directory.
103+
#
104+
# For internal use only.
101105
class AnnotationsDir < ZipContainer::ManagedDirectory
102106

103107
DIR_NAME = "annotations" # :nodoc:

0 commit comments

Comments
 (0)