From f27b61a79ace02f2a89bac9ed55e3879b98c30ad Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 15 Jul 2011 06:08:49 +0200 Subject: converted file header and some variable/macro docs to Doxygen format * adapted Doxygen config file --- tecterm.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'tecterm.c') diff --git a/tecterm.c b/tecterm.c index db7b98c..8f196ce 100644 --- a/tecterm.c +++ b/tecterm.c @@ -7,10 +7,12 @@ char *tecterm_c_version = "tecterm.c: $Revision: 1.3 $"; * $Locker: $ */ -/* tecterm.c - * Terminal Escape Sequence Subroutines (termcap/terminfo et all) - * - * +/** + * \file tecterm.c + * \brief Terminal Escape Sequence Subroutines (termcap/terminfo et all) + */ + +/* * Copyright (C) 1985-2007 BY Paul Cantrell * * This program is free software: you can redistribute it and/or modify @@ -98,7 +100,7 @@ char *tecterm_c_version = "tecterm.c: $Revision: 1.3 $"; extern int tty_input_chan; extern int tty_output_chan; -/* +/** * The following array gives the number of tens of milliseconds per * character for each speed as returned by gtty. Thus since 300 * baud returns a 7, there are 33.3 milliseconds per char at 300 baud. -- cgit v1.2.3