AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code
cpp_overview.h
1/*
2 * Name: filter.m4
3 *
4 * Description:
5 * DOXYGEN Input file filter for DRAMA source files.
6 *
7 * This file must be complatible with both Solaris and GNU m4. All
8 * unused macros are deleted and this comment must end up as a C/C++
9 * compatible comment which is not picked up by DOXYGEN.
10 *
11 * Synopsis:
12 * DCF(func) => Produces a link to a DRAMA C source file func.html
13 * in ../routines.
14 * DDL(link,text) => Produce a link to ../link.html, specified link text.
15 *
16 * Language: m4 macro.
17 *
18 * Author: Tony Farrell, AAO.
19 *
20 * "@(#) $Id$"
21 *
22 * History:
23 * 10-Nov-2004 - TJF - Original Version.
24 */
25
26
27
28/*
29 * "@(#) $Id$"
30 *
31 *
32 * This file is purely processed by doxygen as part of generating the
33 * C++ documentation for DRAMA (See the "make doxygen" target in the
34 * makefile and the doxygen.config file).
35 *
36 * The just want @mainpage tag, which is used to generate the
37 * overview page
38 */