Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

add support for generating xml documentation #759

Closed
wants to merge 0 commits into from

Conversation

analogrelay
Copy link

fixes #312 (once this change is in, I'll also be fixing #635)

/cc @victorhurdugaci @davidfowl

@@ -535,6 +535,7 @@ private static CommonCompilerOptions GetCompilationOptions(JsonObject rawObject)
DelaySign = rawOptions.ValueAsNullableBoolean("delaySign"),
PublicSign = rawOptions.ValueAsNullableBoolean("publicSign"),
EmitEntryPoint = rawOptions.ValueAsNullableBoolean("emitEntryPoint"),
GenerateXmlDocumentation = rawOptions.ValueAsNullableBoolean("generateXmlDocumentation"),

This comment was marked as spam.

This comment was marked as spam.

@analogrelay
Copy link
Author

🆙 📅

@davidfowl
Copy link
Member

includeDoc

@davidfowl
Copy link
Member

This is file :shipit:

@analogrelay
Copy link
Author

I prefer xmlDoc to includeDoc so I'm going to merge it with that. Just waiting of verification of the change and I'll merge and move on to #635

@analogrelay analogrelay closed this Jan 8, 2016
@analogrelay analogrelay force-pushed the anurse/312-xml-docs-on-compile branch from 997c013 to 78cef18 Compare January 8, 2016 22:03
@analogrelay analogrelay deleted the anurse/312-xml-docs-on-compile branch January 22, 2016 19:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DocumentationMode compileOptions
4 participants