Using the steps described here, the XML file gets generated and the intellisense tooltips work.
However, the XML file only contains the comments in the root file (SomeClass.cs in the example below).
- root folder
- SomeClass.cs
- inner folder
- SomeInnerClass.cs
- inner folder
- SomeInnerClass.cs
- inner folder
- SomeInnerClass.cs
How can I generate the XML files for the classes in sub-folders (SomeInnerClass1.cs & SomeInnerClass2.cs)?