Comment cleanup for some headers.
authorDavid Griffith <dave@661.org>
Tue, 4 Sep 2018 05:11:10 +0000 (22:11 -0700)
committerDavid Griffith <dave@661.org>
Tue, 4 Sep 2018 05:11:10 +0000 (22:11 -0700)
src/curses/ux_blorb.h
src/dumb/dumb_blorb.h
src/dumb/dumb_frotz.h

index ef15d4cdd08d1db294204819ced97891c8f82b67..4c02d51bd0e1735eac3a5390e2978a41e67df835 100644 (file)
@@ -1,3 +1,9 @@
+/*
+ * ux_blorb.h
+ *
+ * Blorb related functions specific to the Curses interface.
+ *
+ */
 
 #include "../blorb/blorb.h"
 #include "../blorb/blorblow.h"
index 55bee92abe8d59d50045ec78e2cfe178d7d47291..ec84be05811ac99072581423a3e463733e23030e 100644 (file)
@@ -1,3 +1,9 @@
+/*
+ * dumb_blorb.h
+ *
+ * Blorb related functions specific to the Dumb interface.
+ *
+ */
 
 #include "../blorb/blorb.h"
 #include "../blorb/blorblow.h"
index 3fd7ab955f441899b4e2ed13778e69a76a756273..0be1177e66e67670b7fdfdc7489dffafcaf5b1fc 100644 (file)
@@ -1,4 +1,5 @@
-/* dumb-frotz.h
+/*
+ * dumb_frotz.h
  *
  * Frotz os functions for a standard C library and a dumb terminal.
  * Now you can finally play Zork Zero on your Teletype.
@@ -6,6 +7,7 @@
  * Copyright 1997, 1998 Alembic Petrofsky <alembic@petrofsky.berkeley.ca.us>.
  * Any use permitted provided this notice stays intact.
  */
+
 #include "../common/frotz.h"
 #include <stdio.h>
 #include <stdlib.h>