markman

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/markman
Log | Files | Refs | LICENSE

config.def.h (604B)


      1 int cap = 1; /* if section headers should be capitalized */
      2 
      3 size_t sec = 1;     /* default section number */
      4 char *title = NULL; /* default title, NULL if set to filename */
      5 char *date  = NULL; /* default date man page generated, NULL if set to current YYYY-MM-DD */
      6 char *ver   = NULL; /* default optional version of programming being documented, NULL if none */
      7 char *mid   = NULL; /* default optional text to be displayed in the middle */
      8 
      9 int namesec = 0;
     10 char *synsec = NULL; /* optional text for synopsis section to be inserted */
     11 int descsec = 0;     /* insert section heading for description */