Skip to content

fix: generate public API docs correctly#804

Open
zhjwpku wants to merge 2 commits into
apache:mainfrom
zhjwpku:docs-exclude-internal-api
Open

fix: generate public API docs correctly#804
zhjwpku wants to merge 2 commits into
apache:mainfrom
zhjwpku:docs-exclude-internal-api

Conversation

@zhjwpku

@zhjwpku zhjwpku commented Jul 3, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@zhjwpku

zhjwpku commented Jul 3, 2026

Copy link
Copy Markdown
Collaborator Author

This patch resolves the following doc issues:

image image


#pragma once

/// \file iceberg/arrow/s3/s3_properties.h

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

are these comments required for this fix?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

I guess so. If not for this comment on the header files, the header would be listed but wouldn't be clickable, see https://cpp.iceberg.apache.org/api/files.html

@manuzhang manuzhang left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

The Doxygen config still scans implementation .cc files, so internal implementation helpers can remain in the public API docs.

@zhjwpku

zhjwpku commented Jul 7, 2026

Copy link
Copy Markdown
Collaborator Author

The Doxygen config still scans implementation .cc files, so internal implementation helpers can remain in the public API docs.

Good catch, I have changed FILE_PATTERNS to include only *.h *.md *.dox, hope this works.

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