summaryrefslogtreecommitdiffstats
path: root/src/io/gzipstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/gzipstream.h')
-rw-r--r--src/io/gzipstream.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/io/gzipstream.h b/src/io/gzipstream.h
index adaf50967..4debbfca9 100644
--- a/src/io/gzipstream.h
+++ b/src/io/gzipstream.h
@@ -1,12 +1,14 @@
-#ifndef __INKSCAPE_IO_GZIPSTREAM_H__
-#define __INKSCAPE_IO_GZIPSTREAM_H__
+#ifndef SEEN_INKSCAPE_IO_GZIPSTREAM_H
+#define SEEN_INKSCAPE_IO_GZIPSTREAM_H
/**
- * Zlib-enabled input and output streams
+ * @file
+ * Zlib-enabled input and output streams.
*
* This is a thin wrapper of libz calls, in order
* to provide a simple interface to our developers
* for gzip input and output.
- *
+ */
+/*
* Authors:
* Bob Jamison <rjamison@titan.com>
*