Skip to content

Commit 3b72bb7

Browse files
committed
Remove docstring for BitOperations.BitCount
Documenter.jl seems to have trouble with docstrings for type aliases.
1 parent d9526d4 commit 3b72bb7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/bitops.jl

-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
# This file is a part of BitOperations.jl, licensed under the MIT License (MIT).
22

33

4-
"""
5-
BitOperations.BitCount = Union{Signed, Unsigned}
6-
7-
A number of bits or the index of a bit.
8-
"""
94
const BitCount = Union{Signed, Unsigned}
105

116

0 commit comments

Comments
 (0)