Closed mnbi closed 4 years ago
In 0.4.3, some RDoc comments were in wrong format. Because of this issue, those comments are missing in the RI documents.
For example, in FileSystemRepository class, there is a comment looks like:
##
# Deletes the file in the repository.
# :call-seq:
# delete(Timestamp) => Array
def delete(timestamp)
An empty line before ":call-seq:" is wrong. Just remove the line or replace with an empty comment.
Following classes should have rdoc
comments:
Textrepo::Error
Textrepo::Timestamp
Textrepo::Repository
Textrepo::FileSystemRepository
Checked all documents generated by rdoc
.
See the check list in the above comment.
At least, description of API for the following module/class is needed to use
textrepo
.