/*! @page gs Getting Started
@section gs_help Using the QP™ Help
You can use this QP™ Help in various ways: either sequentially from beginning to end or just by quickly locating the interesting topic.
@image html qp_help_using.jpg "QP Documentation View Features"
@subsection gs_help_seq Reading QP™ Help Sequentially
You can move from topic to topic by means of the Next: link at the bottom of each page.
@subsection gs_help_random Quickly Locating a Topic of Interest
You can use the following elements:
- the @ref gs_tree_view "Tree View" pane on the left-hand side of the browser;
- the **Table of Contents** box in the top-right corner of the page;
- the **Search** box in the upper-right corner of the browser window
@subsection gs_tree_view Using the Tree View
The *Tree View* pane on the left-hand side of the browser displays the hierarchical Table of Contents, which can be either **linked-to** or **unlinked-from** the *Current Topic* displayed on the right-hand side. You can toggle between the two modes by pressing the **Link/Unlink Current Topic** icon at the top of the *Tree View* pane.
When the *Tree View* is **linked** to the Current Topic, the *Tree View* will always follow the currently viewed topic, by expanding and highlighting the pertinent section of the hierarchical Table of Contents.
When the *Tree View* is **unlinked** from the Current Topic, the *Tree View* will show only the explicitly selected section of the hierarchical Table of Contents and will **not** follow the topics activated by internal documentation links.
------------------------------------------------------------------------------
@section gs_an Getting Started with QP/C App Note
The Quantum Leaps Application Note Getting Started with QP/C provides step-by-step instructions on how to download, install, and get started with QP/C quickly. The application note also contains a **QP/C Tutorial**, in which you build a simple "Blinky" application.
@htmlonly
Application Note: Getting Started with QP/C
@endhtmlonly
------------------------------------------------------------------------------
@section gs_files Directories and Files
The following annotated directory tree lists the top-level directories provided in the standard QP/C distribution.
- qpc/
- 3rd_party/ — Third-Party code used in the QP/C @ref ports "ports" and @ref exa "examples"
- examples/ — @ref exa "QP/C Examples"
- ports/ — @ref ports "QP/C Ports"
- include/ — Platform-independent QP/C API (see include)
- source/ — Platform-independent QP/C source code (see @ref source)
@note
The standard QP/C distribution contains many @ref exa "Example Projects", which are specifically designed to help you learn to use QP/C and to serve you as starting points for your own projects.
@next{struct}
*/