Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:26
erlang
2732-edoc-Fix-ex_doc-link-warnings.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 2732-edoc-Fix-ex_doc-link-warnings.patch of Package erlang
From 3813b90a4d1dc7b9877c7de202e76643ba9cdbcc Mon Sep 17 00:00:00 2001 From: Lukas Larsson <lukas@erlang.org> Date: Wed, 3 Apr 2024 12:52:13 +0200 Subject: [PATCH 2/2] edoc: Fix ex_doc link warnings --- lib/edoc/src/edoc.erl | 4 ++-- lib/edoc/src/edoc_layout.erl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/edoc/src/edoc.erl b/lib/edoc/src/edoc.erl index 8e25399f74..c3fd3872b0 100644 --- a/lib/edoc/src/edoc.erl +++ b/lib/edoc/src/edoc.erl @@ -109,7 +109,7 @@ -type edoc_module() :: xmerl_scan:xmlElement(). %% The EDoc documentation data for a module, -%% expressed as an XML document in {@link //xmerl. XMerL} format. See +%% expressed as an XML document in {@link //xmerl/xmerl. XMerL} format. See %% the file <a href="edoc.dtd">`edoc.dtd'</a> for details. -type ordset(T) :: ordsets:ordset(T). @@ -189,7 +189,7 @@ files(Files) -> %% @doc Runs EDoc on a given set of source files. See {@link run/2} for %% details, including options. -%% @equiv run([], Files, Options) +%% @equiv run(Files, Options) -spec files(Files, Options) -> ok when Files :: [filename()], diff --git a/lib/edoc/src/edoc_layout.erl b/lib/edoc/src/edoc_layout.erl index b24150c5b6..af54a6ac20 100644 --- a/lib/edoc/src/edoc_layout.erl +++ b/lib/edoc/src/edoc_layout.erl @@ -93,7 +93,7 @@ %% </dd> %% <dt>{@type {xml_export, Module::atom()@}} %% </dt> -%% <dd>Specifies an {@link //xmerl. `xmerl'} callback module to be +%% <dd>Specifies an {@link //xmerl/xmerl. `xmerl'} callback module to be %% used for exporting the documentation. See {@link %% //xmerl/xmerl:export_simple/3} for details. %% </dd> -- 2.35.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor