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: support <exclude /> documentation comment #9492

Merged
merged 4 commits into from
Nov 30, 2023
Merged

feat: support <exclude /> documentation comment #9492

merged 4 commits into from
Nov 30, 2023

Conversation

yufeih
Copy link
Contributor

@yufeih yufeih commented Nov 29, 2023

fixes #5796

@yufeih yufeih added the new-feature Makes the pull request to appear in "New Features" section of the next release note label Nov 29, 2023
Copy link

codecov bot commented Nov 29, 2023

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (64ba963) 71.33% compared to head (7f7f424) 71.33%.

Files Patch % Lines
src/Docfx.Dotnet/SymbolFilter.cs 84.21% 1 Missing and 2 partials ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #9492   +/-   ##
=======================================
  Coverage   71.33%   71.33%           
=======================================
  Files         558      558           
  Lines       24038    24043    +5     
  Branches     4189     4184    -5     
=======================================
+ Hits        17147    17151    +4     
  Misses       5793     5793           
- Partials     1098     1099    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yufeih yufeih closed this Nov 30, 2023
@yufeih yufeih reopened this Nov 30, 2023
@yufeih yufeih closed this Nov 30, 2023
@yufeih yufeih reopened this Nov 30, 2023
@yufeih yufeih merged commit ca52e4d into main Nov 30, 2023
8 checks passed
@yufeih yufeih deleted the exclude branch November 30, 2023 08:51
p-kostov pushed a commit to ErpNetDocs/docfx that referenced this pull request Jun 28, 2024
* feat: support <exclude /> documentation comment

* update docs

* test(snapshot): update snapshots 6d9fd19 for windows-latest

* test(snapshot): update snapshots 80f2436 for windows-latest

---------

Co-authored-by: yufeih <yufeih@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature Makes the pull request to appear in "New Features" section of the next release note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DocFx does not support /// <exclude />
1 participant