We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7291abb commit a6f04a2Copy full SHA for a6f04a2
lib/elixir/lib/kernel.ex
@@ -1383,7 +1383,7 @@ defmodule Kernel do
1383
end
1384
1385
1386
- @doc """
+ @doc %B"""
1387
Defines a record with a set of private macros to manipulate it.
1388
1389
This macro defines a set of macros private to the current module to
lib/elixir/lib/record.ex
@@ -1,5 +1,5 @@
1
defmodule Record do
2
- @moduledoc """
+ @moduledoc %B"""
3
Functions to define Elixir records
4
5
A record is a tagged tuple which contains one or more elements and the first
0 commit comments