How to document a file that is not in a solution?

426 Views Asked by At

I have a need to document methods/functions in *.cpp code files that are not part of a .NET solution. Up until now my workaround has been to create a solution, but this is a time consuming step for all the different files I come across.

Does anyone know how this can be accomplished?

1

There are 1 best solutions below

1
On

Scott,

Unfortunately, this is the workaround that you have to use as long as GhostDoc relies on some of the information from Visual Studio CodeDOM... The CodeDOM does not provide any info when you open just a single file.

Do you mind me asking if there is particular reason you are opening single file in VS? Other that these might be random files that are not part of a solution?

Thanks!