]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/helloworld.h
wxVector<T> is header-based, use @nolibrary
[wxWidgets.git] / docs / doxygen / overviews / helloworld.h
index ec428de5053eb8f5620f2ad078f7274e5d9e1ced..8bf019fac3d004e358ecbd0015f7963b963e678c 100644 (file)
@@ -6,9 +6,9 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-/*!
+/**
 
- @page overview_helloworld wxWidgets Hello World sample
+ @page overview_helloworld Hello World Example
 
  Many people have requested a mini-sample to be published here
  so that some quick judgment concerning syntax
@@ -54,7 +54,7 @@
  giving it a menu and a status bar in its constructor. Also, any class
  that wishes to respond to any "event" (such as mouse clicks or
  messages from the menu or a button) must declare an event table
- using the macro below. 
+ using the macro below.
 
  Finally, the way to react to such events must be done in "handlers".
  In our sample, we react to two menu items, one for "Quit" and one for