Recently I was asked to customize the output that Sandcastle was compiling. My requirement was as follows:
"I have a custom attribute that I have decorated on my classes. When I use SHFB, the attribute appears on the property's page. I would like the attribute to also appear in the table that is on the class level properties tab. Oh, BTW, I am using Hana style."
Many thanks to Eric Woodruff. He responded to my post on the Sandcastle Help File Builder discussion. He pointed me in the right direction initially.
Here are my steps to make the custom attribute appear in the table.
TIP: If you are interested in all the nodes and attributes in the xml file that is used to produce this API document. I suggest that you run the SHFB and grab the reflection.xml file. You have to be quick, SHFB will delete the file once it is finished compiling the help file.
This concludes my customization of API documentation produced from Sandcastle using Sandcastle Help File Builder tool.
Until next time, Happy Coding!