/* * Project: MoleCuilder * Description: creates and alters molecular systems * Copyright (C) 2010 University of Bonn. All rights reserved. * Please see the LICENSE file or "Copyright notice" in builder.cpp for details. */ /** * \file groups.dox * * Herein, all doxygen groups are defined at one central place. * * Created on: Oct 11, 2011 * Author: heber */ /* * \defgroup example_group "Example group" * This module contains example group stuff. * * \defgroup inner_example_group "inner Example group" * \ingroup example_group * This module contains inner example group stuff, part of \ref example_group. */