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 --- tecbuf.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'tecbuf.c') diff --git a/tecbuf.c b/tecbuf.c index e7c5ae4..e2e58de 100644 --- a/tecbuf.c +++ b/tecbuf.c @@ -9,10 +9,12 @@ struct buff_header *buff_create( char *name, char internal_flag ); * $Locker: $ */ -/* tecbuf.c - * Subroutines to handle the edit buffers - * - * +/** + * \file tecbuf.c + * \brief Subroutines to handle the edit buffers + */ + +/* * Copyright (C) 1985-2007 BY Paul Cantrell * * This program is free software: you can redistribute it and/or modify -- cgit v1.2.3