/*
* PDFedit - free program for PDF document manipulation.
* Copyright (C) 2006, 2007 PDFedit team: Michal Hocko,
* Miroslav Jahoda,
* Jozef Misutka,
* Martin Petricek
*
* Project is hosted on http://sourceforge.net/projects/pdfedit
*/
// This header file is not included anywhere,
// but is parsed by doxygen, so it is used to add documentation
/**
\mainpage PDF Editor programmer documentation
\section intro_sec Introduction
PDF Editor consists of two logical parts - Kernel and GUI.
Both use a set of utility classes.
\section kernel_sec Kernel
Kernel part is responsible for PDF file manipulation and provides API that is used by GUI.
\section gui_sec GUI
Graphical user interface.
\section util_sec Utility classes
Various utility classes