Fix API comment error

Fix #7717
This commit is contained in:
Don HO 2019-12-28 18:56:43 +05:00
parent 22ea82b80c
commit b0c5de10f9
No known key found for this signature in database
GPG Key ID: 6C429F1D8D84F46E

View File

@ -376,7 +376,7 @@ enum Platform { PF_UNKNOWN, PF_X86, PF_X64, PF_IA64 };
// by passing allocated buffer as argument langDesc
#define NPPM_SHOWDOCSWITCHER (NPPMSG + 85)
// VOID NPPM_ISDOCSWITCHERSHOWN(0, BOOL toShowOrNot)
// VOID NPPM_SHOWDOCSWITCHER(0, BOOL toShowOrNot)
// Send this message to show or hide doc switcher.
// if toShowOrNot is TRUE then show doc switcher, otherwise hide it.