Skip to content

Commit e5665e2

Browse files
ocotsgithub-actions[bot]
authored andcommitted
🤖 Format .jl files
1 parent 0134b90 commit e5665e2

File tree

3 files changed

+179
-98
lines changed

3 files changed

+179
-98
lines changed

docs/make.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@ src(files...) = [abspath(joinpath(src_dir, f)) for f in files]
3131
ext(files...) = [abspath(joinpath(ext_dir, f)) for f in files]
3232

3333
# Symbols to exclude from documentation (auto-generated by @with_kw, etc.)
34-
const EXCLUDE_SYMBOLS = Symbol[
35-
:include,
36-
:eval,
37-
]
34+
const EXCLUDE_SYMBOLS = Symbol[:include, :eval]
3835

3936
# ═══════════════════════════════════════════════════════════════════════════════
4037
# Build documentation

0 commit comments

Comments
 (0)