Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:23
erlang
1361-Handle-behavior-names.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 1361-Handle-behavior-names.patch of Package erlang
From 96d7199fbd870162382c46cef9f0ef04cb8b1c9d Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" <paulo.ferraz.oliveira@gmail.com> Date: Sun, 10 Sep 2023 13:51:30 +0100 Subject: [PATCH 11/15] Handle behavior names (just define a behavior module to see how it works in terms of output) --- 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 6d2a665d40..c03f369eda 100644 --- a/lib/edoc/src/edoc_layout.erl +++ b/lib/edoc/src/edoc_layout.erl @@ -745,7 +745,7 @@ behaviours(Es, Name, Opts) -> [br, " Optional callback functions: "] ++ seq(CBFun, OCBs, ["."]) end, - [{p, ([{b, ["This module defines the ", {tt, [Name]}, + [{p, ([{b, ["This module defines the ", {code, [Name]}, " behaviour."]}] ++ Req ++ Opt)}, ?NL] -- 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