[Question] How does DocFX handle reading xml documentation files? #8273
wouterroos
started this conversation in
General
Replies: 1 comment
-
If you list solution files or project files in the metadata section of docfx.json, then DocFX reads XML documentation comments from the corresponding source files via the Roslyn API. It might be possible to alter the documentation with either Roslyn plugins or DocFX plugins but I don't know the details. If you instead list assembly files ( Overwrite files might be another alternative. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm in the somewhat unique position that I'd like to alter the xml documentation file of a given assembly before instructing DocFX to generate a website from it. I'm wondering how DocFX handles this exactly since it doesn't seem to use the regular build output from a csproj file.
Any insights would be greatly appreciated!
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions