]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/init.h
fixing file paths after renaming
[wxWidgets.git] / interface / init.h
index 14e988c9a79f735568eebb3eed6442442cf5b1c0..499dbe1eed9235ebc54479ad1122d98ee9aebd9a 100644 (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();