Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:24
erlang
0870-Handle-equivalence.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0870-Handle-equivalence.patch of Package erlang
From 904ecf19b186c13d89ef260b119d9ee84470b269 Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" <paulo.ferraz.oliveira@gmail.com> Date: Sun, 10 Sep 2023 13:48:38 +0100 Subject: [PATCH 10/15] Handle equivalence e.g. % @equiv sth(Var, []) --- lib/edoc/src/edoc_layout.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/edoc/src/edoc_layout.erl b/lib/edoc/src/edoc_layout.erl index 39daf67f75..6d2a665d40 100644 --- a/lib/edoc/src/edoc_layout.erl +++ b/lib/edoc/src/edoc_layout.erl @@ -672,7 +672,7 @@ equiv(Es, P) -> case get_content(expr, Es1) of [] -> []; [Expr] -> - Expr1 = [{tt, [Expr]}], + Expr1 = [{code, [Expr]}], Expr2 = case get_elem(see, Es1) of [] -> Expr1; -- 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