J
Juan Dent
Guest
Hi,
I see that header files of the MFC libraries have comments documenting classes and class members, like so:
/// <summary>
/// Adds a folder to the list of places available for the user to open or save items.</summary>
/// <param name="lpszFolder">A path to the folder to be made available to the user. This can only be a folder.</param>
/// <param name="fdap">Specifies where the folder is placed within the list.</param>
void AddPlace(LPCWSTR lpszFolder, FDAP fdap = FDAP_TOP) throw();
How can I access this documentation aside from reading it in the headers? Maybe creating a PDF for documenting MFC?
Thanks,
Juan Dent
Juan Dent
Continue reading...
I see that header files of the MFC libraries have comments documenting classes and class members, like so:
/// <summary>
/// Adds a folder to the list of places available for the user to open or save items.</summary>
/// <param name="lpszFolder">A path to the folder to be made available to the user. This can only be a folder.</param>
/// <param name="fdap">Specifies where the folder is placed within the list.</param>
void AddPlace(LPCWSTR lpszFolder, FDAP fdap = FDAP_TOP) throw();
How can I access this documentation aside from reading it in the headers? Maybe creating a PDF for documenting MFC?
Thanks,
Juan Dent
Juan Dent
Continue reading...