Added explicit information about which functions and macros are declared in what headers from last commit.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2008-03-18 01:39:37 +00:00
parent 8cd06fb5a2
commit 027c1c27be
3 changed files with 27 additions and 0 deletions

View File

@@ -21,6 +21,8 @@
Notice that parameters @c argc and @c argv may be modified by this
function.
@header{wx/init.h}
*/
bool wxEntryStart(int& argc, wxChar** argv);
@@ -32,6 +34,8 @@ bool wxEntryStart(int& argc, wxChar** argv);
@note Under Windows CE platform, and only there, the type of @a pCmdLine is
@c wchar_t *, otherwise it is @c char *, even in Unicode build.
@header{wx/init.h}
*/
bool wxEntryStart(HINSTANCE hInstance,
HINSTANCE hPrevInstance = NULL,
@@ -40,6 +44,8 @@ bool wxEntryStart(HINSTANCE hInstance,
/**
Free resources allocated by a successful call to wxEntryStart().
@header{wx/init.h}
*/
void wxEntryCleanup();