aboutsummaryrefslogtreecommitdiff
path: root/teco.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2011-07-15 06:08:49 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2011-07-15 06:08:49 +0200
commitf27b61a79ace02f2a89bac9ed55e3879b98c30ad (patch)
tree74cf7f3b82364cfc94f04b8421d7659a9ac21c3a /teco.h
parent00fa82bdcc4890da524eb2505061b5ad682e5dce (diff)
downloadvideoteco-fork-f27b61a79ace02f2a89bac9ed55e3879b98c30ad.tar.gz
converted file header and some variable/macro docs to Doxygen format
* adapted Doxygen config file
Diffstat (limited to 'teco.h')
-rw-r--r--teco.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/teco.h b/teco.h
index 8c081ac..cb2df2e 100644
--- a/teco.h
+++ b/teco.h
@@ -5,10 +5,12 @@
* $Locker: $
*/
-/* teco.h
- * Global TECO Definitions
- * %W% (PC) %G%
- *
+/**
+ * \file teco.h
+ * \brief Global TECO Definitions
+ */
+
+/*
* COPYRIGHT (c) 1985-2007 BY Paul Cantrell
*
* Copyright (C) <year> <name of author>
@@ -76,7 +78,7 @@
* conditional compilation based on different machines quirks can be done.
*/
-/*
+/**
* Unless defined otherwise, we assume 32 bits to an integer and 8 bits / char
*/
#ifndef BITS_PER_INT
@@ -340,7 +342,7 @@
typedef unsigned long teco_ptrint_t;
-/*
+/**
* We define unix except for the really different operating systems, like
* vms. It lets us write our own version of functions which simply do not
* exist outside of unix.