Skip to content

Commit

Permalink
Make hasdoc public (#52708)
Browse files Browse the repository at this point in the history
Making `Docs.hasdoc` `public` per @LilithHafner
#52139 (comment).

---------

Co-authored-by: Steven G. Johnson <[email protected]>
Co-authored-by: Lilith Orion Hafner <[email protected]>
  • Loading branch information
3 people authored Jan 18, 2024
1 parent 8274088 commit 8f2f178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/docs/Docs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ import .Base: Callable, with_output_color
using .Base: RefValue, mapany
import ..CoreDocs: lazy_iterpolate

export doc
export doc, hasdoc, undocumented_names

# Basic API / Storage

Expand Down

2 comments on commit 8f2f178

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily package evaluation, I will reply here when finished:

@nanosoldier runtests(isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The package evaluation job you requested has completed - possible new issues were detected.
The full report is available.

Please sign in to comment.