Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .yardopts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
--hide-api private
--output-dir doc
--readme README.md
--template-path yard-templates
lib/**/*.rb
-
CHANGELOG.md
Expand Down
4 changes: 4 additions & 0 deletions yard-templates/default/method_details/html/source.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<%# Source code intentionally omitted from published documentation.
This override replaces the default YARD template that renders the
<table class="source_code"> block for every method, so the public
GitHub Pages site does not expose the implementation. %>
Loading