Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not document explicitly deleted functions #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fknorr
Copy link

@fknorr fknorr commented Feb 16, 2024

Previously, explicitly-deleted member functions showed up as defined, which is obviously wrong. Since a) functions can also be deleted implicitly and b) I'm unsure what the documentation for a deleted function should look like, I've opted for not exporting them altogether.

This requires an additional check in Indexer::updateRecordNames() to avoid default-constructing non-existing DB entries.

@PeterTh
Copy link
Collaborator

PeterTh commented Feb 18, 2024

I think the better approach for this would be either building them but marking them, or preventing them from from being added to records in the first place. (Rather than having IDs in the record that point at nothing)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants