Skip to content

Commit

Permalink
Move reflection documentation from devdocs to base (#47800)
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner authored May 27, 2023
1 parent fb3df69 commit e727afb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ BaseDocs = [
"base/punctuation.md",
"base/sort.md",
"base/iterators.md",
"base/reflection.md",
"base/c.md",
"base/libc.md",
"base/stacktraces.md",
Expand All @@ -127,7 +128,6 @@ BaseDocs = [
StdlibDocs = [stdlib.targetfile for stdlib in STDLIB_DOCS]

DevDocs = [
"devdocs/reflection.md",
"Documentation of Julia's Internals" => [
"devdocs/init.md",
"devdocs/ast.md",
Expand Down
File renamed without changes.

0 comments on commit e727afb

Please sign in to comment.