Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Vincent Wei
mgutils
Commits
dc3f61cc
Commit
dc3f61cc
authored
6 years ago
by
Vincent Wei
Browse files
Options
Download
Email Patches
Plain Diff
tune doxyfile
parent
e0c281b2
master
dev-3-4
dev-4-1
rel-3-2
rel-4-0
rel-5-0
ver-5-0-11
ver-5-0-10
ver-5-0-9
ver-5-0-6
ver-5-0-3
ver-5-0-2
ver-5-0-0
ver-4-0-8
ver-4-0-7
ver-4-0-5
ver-4-0-4
ver-4-0-0
dev-4-9-1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/mgutils.h
+2
-2
include/mgutils.h
with
2 additions
and
2 deletions
+2
-2
include/mgutils.h
View file @
dc3f61cc
...
...
@@ -1046,7 +1046,7 @@ typedef struct _INFODLGDATA {
/**
* \fn int InfoShowDialog (PDLGTEMPLATE dlg_template, HWND hwnd, \
WNDPROC proc, PINFODLGDATA pidd)
WNDPROC proc, PINFODLGDATA pidd)
* \ brief Creates a modal Information Dialog Box.
*
* This function creates a Information Dialog Box.
...
...
@@ -1054,7 +1054,7 @@ WNDPROC proc, PINFODLGDATA pidd)
* \param dlg_template The pointer to a DLGTEMPLATE structure.
* \param hwnd The handle to the hosting main window.
* \param proc The window procedure of the information dialog box.
* \param p
f
dd The pointer to the INFODLGDATA structure.
* \param p
i
dd The pointer to the INFODLGDATA structure.
*
* \return If the user clicks OK or CLOSE button of the dialog box, the
* return value is TRUE, otherwise return FALSE.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help