Blame docs/reference/libkeymap/Doxyheader

Packit Service 50ad14
/** \mainpage LibKeymap API Documentation
Packit Service 50ad14
 *
Packit Service 50ad14
 * \section intro_sec Introduction
Packit Service 50ad14
 *
Packit Service 50ad14
 * Libkeymap is a library for manipulating kernel keymaps. This library was
Packit Service 50ad14
 * created from the loadkeys/dumpkeys utilities. I'm still trying to make it
Packit Service 50ad14
 * faster and easier to use, in addition to providing better documentation.
Packit Service 50ad14
 *
Packit Service 50ad14
 * 
Packit Service 50ad14
 * \section license_sec License
Packit Service 50ad14
 *
Packit Service 50ad14
 * LibKeymap is released under the following license:
Packit Service 50ad14
 *
Packit Service 50ad14
 * This library is free software; you can redistribute it and/or
Packit Service 50ad14
 * modify it under the terms of the GNU Lesser General Public
Packit Service 50ad14
 * License as published by the Free Software Foundation; either
Packit Service 50ad14
 * version 2.1 of the License, or (at your option) any later version.
Packit Service 50ad14
 * 
Packit Service 50ad14
 * This library is distributed in the hope that it will be useful,
Packit Service 50ad14
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 50ad14
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit Service 50ad14
 * Lesser General Public License for more details.
Packit Service 50ad14
 * 
Packit Service 50ad14
 * You should have received a copy of the GNU Lesser General Public
Packit Service 50ad14
 * License along with this library; if not, write to the Free Software
Packit Service 50ad14
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
Packit Service 50ad14
 * 
Packit Service 50ad14
 * Legal disclaimer: note that depending on where you are, the use of
Packit Service 50ad14
 * cryptography may be limited or forbidden by law. Before using this library,
Packit Service 50ad14
 * make sure you are legally entitled to do so.
Packit Service 50ad14
 */