manual.h 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name: main.h
  3. // Purpose: Main page of the Doxygen manual
  4. // Author: wxWidgets team
  5. // Licence: wxWindows licence
  6. /////////////////////////////////////////////////////////////////////////////
  7. /**
  8. @mainpage Documentation
  9. @image html main_wxlogo.png
  10. @author Julian Smart, Vadim Zeitlin, Robin Dunn, Stefan Csomor,
  11. Bryan Petty, Francesco Montorsi, Robert Roebling et al
  12. @date October 6, 2014
  13. @n
  14. Welcome to wxWidgets, a stable and powerful open source framework for
  15. developing native cross-platform GUI applications in C++!
  16. @n
  17. If you are new to wxWidgets, please start with the @subpage page_introduction
  18. "introduction" and follow with the @subpage page_topics "programming guides",
  19. with maybe a look at @subpage page_samples "the samples" as you go. If you are
  20. already familiar with wxWidgets, please read about @subpage
  21. overview_changes_since28 "the changes" in the latest version compared to 2.8
  22. series. And you can also follow the links in the reference section or jump
  23. directly to the <a href="classes.html">alphabetical list of classes</a>
  24. to find out more about the topic you are interested in.
  25. @section manual_user User Manual
  26. @li @subpage page_introduction
  27. @li @subpage page_topics
  28. @li @subpage page_libs
  29. @li @subpage page_class_cat
  30. @li @subpage overview_changes_since28
  31. @section manual_reference Reference
  32. @li @subpage group_class
  33. @li @subpage group_funcmacro
  34. @li @subpage page_constants
  35. @section manual_misc Other Information
  36. @li @subpage page_samples
  37. @li @subpage page_utils
  38. @li @subpage page_translations
  39. @li @subpage page_multiplatform
  40. @li @subpage page_copyright
  41. */