문제

I am trying to document the settings of my application in a Windows help file using Sandcastle Help File Builder.
I have documented the settings in Visual Studio using Settings - Properties-Definition.
I can see inside the generated Settings.Designer.cs file my description in the

[global::System.Configuration.SettingsDescriptionAttribute("description")]

Is there a way to extract this with Sandcastle or should I use a different approach?
I can see the data in the generated xml from the build process. I have set all Visibility to true, but can still not see the Settings anywhere.

도움이 되었습니까?

해결책

Sandcastle ignores code with the CompilerGenerated Attribute. Unfortunately there is not setting to fix this.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top