/*
*/
/*!   \page scribble-example.html

  \ingroup examples
  \title Simple Painting Application

  This example implements the famous scribble example. You can draw around
  in the canvas with different pens and save the result as picture.

  <hr>

  Header file:

  \include scribble/scribble.h

  <hr>

  Implementation:

  \include scribble/scribble.cpp

  <hr>

  Main:

  \include scribble/main.cpp
*/