From 10240c716aa7eea6aada39e77a7a3cd290a21663 Mon Sep 17 00:00:00 2001
From: Přemysl Janouch
Date: Thu, 26 Feb 2015 23:26:52 +0100
Subject: Formatting
---
src/generator.h | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
(limited to 'src/generator.h')
diff --git a/src/generator.h b/src/generator.h
index bc0b09b..763fd28 100644
--- a/src/generator.h
+++ b/src/generator.h
@@ -24,20 +24,20 @@
#ifndef GENERATOR_H
#define GENERATOR_H
-/** Simplifies the task of creating a StarDict dictionary. */
+/// Simplifies the task of creating a StarDict dictionary.
typedef struct generator Generator;
struct generator
{
- StardictInfo * info; //!< Dictionary information, fill it in
+ StardictInfo * info; ///< Dictionary information, fill it in
- goffset entry_mark; //!< Marks the entry's start offset
+ goffset entry_mark; ///< Marks the entry's start offset
- GFileOutputStream * dict_stream; //!< Dictionary stream
- GDataOutputStream * dict_data; //!< Dictionary data stream wrapper
+ GFileOutputStream * dict_stream; ///< Dictionary stream
+ GDataOutputStream * dict_data; ///< Dictionary data stream wrapper
- GFileOutputStream * idx_stream; //!< Index file stream
- GDataOutputStream * idx_data; //!< Index file data stream wrapper
+ GFileOutputStream * idx_stream; ///< Index file stream
+ GDataOutputStream * idx_data; ///< Index file data stream wrapper
};
Generator *generator_new (const gchar *base, GError **error);
@@ -53,4 +53,4 @@ gboolean generator_write_string (Generator *self,
gboolean generator_finish_entry (Generator *self,
const gchar *word, GError **error);
-#endif /* ! GENERATOR_H */
+#endif // ! GENERATOR_H
--
cgit v1.2.3-70-g09d2