From: Simon Marlow Date: Wed, 7 Jun 2006 13:45:53 +0000 (+0000) Subject: remove //@ stuff X-Git-Tag: Before_FC_branch_merge~413 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=f922f05eea61f167abda6fb53c179190f8cef118 remove //@ stuff --- diff --git a/rts/RtsFlags.c b/rts/RtsFlags.c index 0f83b33..6f6f2c5 100644 --- a/rts/RtsFlags.c +++ b/rts/RtsFlags.c @@ -8,19 +8,6 @@ * * ---------------------------------------------------------------------------*/ -//@menu -//* Includes:: -//* Constants:: -//* Static function decls:: -//* Command-line option parsing routines:: -//* GranSim specific options:: -//* Aux fcts:: -//@end menu -//*/ - -//@node Includes, Constants -//@subsection Includes - #include "PosixSource.h" #include "Rts.h" #include "RtsFlags.h" @@ -48,9 +35,6 @@ char *prog_name = NULL; /* 'basename' of prog_argv[0] */ int rts_argc = 0; /* ditto */ char *rts_argv[MAX_RTS_ARGS]; -//@node Constants, Static function decls, Includes -//@subsection Constants - /* * constants, used later */ @@ -108,9 +92,6 @@ static char par_debug_opts_flags[] = { #endif /* PAR */ -//@node Static function decls, Command-line option parsing routines, Constants -//@subsection Static function decls - /* ----------------------------------------------------------------------------- Static function decls -------------------------------------------------------------------------- */ @@ -137,9 +118,6 @@ static void set_par_debug_options(nat n); static void help_par_debug_options(nat n); #endif -//@node Command-line option parsing routines, GranSim specific options, Static function decls -//@subsection Command-line option parsing routines - /* ----------------------------------------------------------------------------- * Command-line option parsing routines. * ---------------------------------------------------------------------------*/ @@ -1166,9 +1144,6 @@ error = rtsTrue; #if defined(GRAN) -//@node GranSim specific options, Aux fcts, Command-line option parsing routines -//@subsection GranSim specific options - static void enable_GranSimLight(void) { @@ -2140,9 +2115,6 @@ help_par_debug_options(nat n) { #endif /* PAR */ -//@node Aux fcts, , GranSim specific options -//@subsection Aux fcts - static void stats_fprintf(FILE *f, char *s, ...) {