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

feat: input filters #542

Merged
merged 2 commits into from
Feb 14, 2024
Merged

Conversation

alandefreitas
Copy link
Collaborator

This PR implements the input filters needed by Boost.URL.

Example:

# Input
input:
  # Directories that contain documented source files
  include:
    - ../include
  # Patterns to filter out the source-files in the directories
  file-patterns:
    - '*.hpp'

which would be equivalent to the doxygen options INPUT and FILE_PATTERNS.

@alandefreitas alandefreitas force-pushed the filters branch 3 times, most recently from f4e7235 to 018aaca Compare February 12, 2024 14:54
@alandefreitas alandefreitas merged commit 588b598 into cppalliance:develop Feb 14, 2024
@alandefreitas alandefreitas deleted the filters branch June 24, 2024 23:07
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.

1 participant