Some fixups with wrongly highlighted words

Signed-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com>
This commit is contained in:
Mikhail S. Pobolovets 2009-02-06 16:46:15 +02:00
parent 758ab591d8
commit 08469a001e
11 changed files with 16 additions and 17 deletions

View File

@ -17,7 +17,7 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
/** \file cons.handler.c
* \brief Source: client interface for General purpose Linux console save/restore server
* \brief Source: client %interface for General purpose Linux console save/restore server
*/
#include <config.h>

View File

@ -32,7 +32,7 @@
Seeing other peoples consoles is bad thing, but believe me, full
root is even worse. */
/** \file cons.handler.c
/** \file cons.saver.c
* \brief Source: general purpose Linux console screen save/restore server
*
* This code does _not_ need to be setuid root. However, it needs

View File

@ -1,6 +1,6 @@
/** \file global.h
* \brief Header: global definitions for compatibility
* \brief Header: %global definitions for compatibility
*
* This file should be included after all system includes and before all local includes.
*/

View File

@ -20,7 +20,7 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file listmod.c
/** \file listmode.c
* \brief Source: directory panel listing format editor
*/

View File

@ -1,5 +1,5 @@
/** \file listmod.h
/** \file listmode.h
* \brief Header: directory panel listing format editor
*/

View File

@ -18,7 +18,7 @@
*/
/** \file selcodepage.c
* \brief Source: user interface for charset selection
* \brief Source: user %interface for charset %selection
*/
#include <config.h>

View File

@ -1,6 +1,6 @@
/** \file selcodepage.h
* \brief Header: user interface for charset selection
* \brief Header: user %interface for charset %selection
*/
#ifndef MC_SELCODEPAGE_H

View File

@ -22,7 +22,7 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
/** \file slint.c
* \brief Source: slang interface to the Midnight Commander
* \brief Source: slang %interface to the Midnight Commander
* \warning This module will be removed soon
*/

View File

@ -25,7 +25,7 @@
*/
/** \file tty.c
* \brief Source: interface to the terminal controlling library
* \brief Source: %interface to the terminal controlling library
*/
#include <config.h>

View File

@ -1,17 +1,16 @@
/** \file tty.h
* \brief Header: interface to the terminal controlling library
* \brief Header: %interface to the terminal controlling library
*
* This file is the %interface to the terminal controlling library:
* ncurses, slang or the built-in slang. It provides an additional
* layer of abstraction above the "real" libraries to keep the number
* of ifdefs in the other files small.
*/
#ifndef MC_TTY_H
#define MC_TTY_H
/*
This file is the interface to the terminal controlling library---
ncurses, slang or the built-in slang. It provides an additional
layer of abstraction above the "real" libraries to keep the number
of ifdefs in the other files small.
*/
#ifdef HAVE_SLANG
# include "myslang.h"

View File

@ -22,7 +22,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
/** \file util.c
/** \file
* \brief Source: various utilities
*/