Skip to content

Fix ex_doc warnings#878

Merged
benoitc merged 1 commit into
masterfrom
fix/doc-warnings
Jun 13, 2026
Merged

Fix ex_doc warnings#878
benoitc merged 1 commit into
masterfrom
fix/doc-warnings

Conversation

@benoitc

@benoitc benoitc commented Jun 13, 2026

Copy link
Copy Markdown
Owner

Two doc-generation warnings surfaced when building the 4.4.0 docs:

  • hackney_ssl:h3_options_key/2 doc autolinked to hackney_conn:h3_tls_opts/2, a private helper, so ex_doc warned the reference was undefined/private. Reworded to plain text.
  • guides/webtransport_guide.md had a stray trailing code fence after the Next Steps list, leaving an unclosed block. Removed it.

rebar3 ex_doc now runs clean.

Drop the edoc autolink to the private hackney_conn:h3_tls_opts/2 in the
hackney_ssl:h3_options_key/2 doc, and remove a stray trailing code fence at
the end of the WebTransport guide.
@benoitc benoitc merged commit 8fda314 into master Jun 13, 2026
6 checks passed
@benoitc benoitc deleted the fix/doc-warnings branch June 13, 2026 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant