Skip to content

Commit fa01835

Browse files
author
Mohammed Sadique
committed
dissable module doc
1 parent fd2b653 commit fa01835

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

lib/matplotex/colorscheme/blender.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
defmodule Matplotex.Colorscheme.Blender do
2+
@moduledoc false
23
alias Matplotex.Colorscheme.Rgb
34

45
@rgb_fields [:red, :green, :blue, :alpha]

lib/matplotex/colorscheme/colormap.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
defmodule Matplotex.Colorscheme.Colormap do
2+
@moduledoc false
23
defstruct [:color, :offset, opacity: 1]
34
def viridis do
45
["#fde725","#21918c","#3b528b","#440154"]

lib/matplotex/colorscheme/garner.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
defmodule Matplotex.Colorscheme.Garner do
2+
@moduledoc false
23
alias Matplotex.Colorscheme.Rgb
34
alias Matplotex.Colorscheme.Blender
45
alias Matplotex.InputError

lib/matplotex/element/cmap.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
defmodule Matplotex.Element.Cmap do
2+
@moduledoc false
23
alias Matplotex.Element.Rect
34
alias Matplotex.Element
45
use Element

lib/matplotex/figure/areal/step.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
defmodule Matplotex.Figure.Areal.Step do
2+
@moduledoc false
23
alias Matplotex.Figure.Areal.LinePlot
34
alias Matplotex.Figure
45
alias Matplotex.InputError

0 commit comments

Comments
 (0)