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 --- teco.c | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'teco.c') diff --git a/teco.c b/teco.c index 25c78db..ef78d56 100644 --- a/teco.c +++ b/teco.c @@ -8,10 +8,12 @@ char *copyright = "Copyright (c) 1985-2007 Paul Cantrell"; * $Locker: $ */ -/* teco.c - * Main TECO entry point with most of the initialization code - * - * +/** + * \file teco.c + * \brief Main TECO entry point with most of the initialization code + */ + +/* * Copyright (C) 1985-2007 BY Paul Cantrell * * This program is free software: you can redistribute it and/or modify @@ -74,12 +76,12 @@ char *copyright = "Copyright (c) 1985-2007 Paul Cantrell"; int checkpoint_interval = DEFAULT_CHECKPOINT; char *output_tty_name; -/* +/** * Table of Bit Positions */ unsigned int IntBits[BITS_PER_INT]; -/* +/** * Table of Spaces for tab expansion */ char tab_expand[MAX_TAB_WIDTH+1]; -- cgit v1.2.3