Problem z <summary> w kontrolce

0

Witam!
Mam taki problem wpisałem komentarze do metod i propert w ten sposób:

        /// <summary>
        /// Opis mojej funkcji
        /// </summary>
        /// <param name="param_one">Opis parametru 1</param>
        /// <param name="param_two">Opis parametru 2</param>
        /// <returnValue name="void">void</returnValue>
        /// 
        void myFunc(int param_one, int param_two);

widzę cały opis podczas edycji mojej kontrolki (Windows Form Controls Library), jednak po eksporcie do .dll i wczytaniu jej przez Windows Form tych opisów nie widzę. Ktoś może powiedzieć o co chodzi?

0

Wystarczyło 20 sekund w googlu:

What really happens is that Visual Studio extracts comments
from the source code and creates an XML comments file.

The DLLs don't include the comments in them.

Here's a good explanation/tutorial :

http://msdn.microsoft.com/en-us/magazine/cc302121.aspx

1 użytkowników online, w tym zalogowanych: 0, gości: 1