mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2025-12-15 00:45:35 +08:00
upgrade Doxygen files
This commit is contained in:
248
Doxyfile.procs
248
Doxyfile.procs
File diff suppressed because it is too large
Load Diff
248
Doxyfile.sal
248
Doxyfile.sal
File diff suppressed because it is too large
Load Diff
248
Doxyfile.ths
248
Doxyfile.ths
File diff suppressed because it is too large
Load Diff
@@ -237,7 +237,6 @@ MG_EXPORT void GUIAPI NotifyParentEx (HWND hwnd, LINT id, int code,
|
|||||||
NotifyParentEx(hwnd, id, code, 0)
|
NotifyParentEx(hwnd, id, code, 0)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \var typedef int (*STRCMP) (const char* s1, const char* s2, size_t n)
|
|
||||||
* \brief Type of general strncmp function.
|
* \brief Type of general strncmp function.
|
||||||
*
|
*
|
||||||
* The function compares the two strings \a s1 and \a s2. It returns
|
* The function compares the two strings \a s1 and \a s2. It returns
|
||||||
|
|||||||
@@ -698,7 +698,6 @@ extern "C" {
|
|||||||
#define EM_SETREADONLY 0xF0CF
|
#define EM_SETREADONLY 0xF0CF
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \var typedef int (*ED_DRAWSEL_FUNC) (HWND hWnd, HDC hdc, int startx, int starty, const char* content, int len, int selout)
|
|
||||||
* \brief Type of the edit control callback function on drawing selected strings.
|
* \brief Type of the edit control callback function on drawing selected strings.
|
||||||
*
|
*
|
||||||
* \param hWnd Handle of the edit control.
|
* \param hWnd Handle of the edit control.
|
||||||
|
|||||||
Reference in New Issue
Block a user