[fondue-commits] [SCM] Fondue Font Editor branch, master, updated. 1b8055ebf3f12c2c8411badf252986e1cd807bf0

Eugeniy Meshcheryakov eugen at debian.org
Fri Aug 8 20:46:16 UTC 2008


The following commit has been merged in the master branch:
commit 169002f17e943c679c6acdc96cf28437ebce2acc
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Fri Aug 8 20:55:57 2008 +0200

    add nongui doxygen group

diff --git a/nongui/cvtentry.h b/nongui/cvtentry.h
index 30b45dd..976d5e4 100644
--- a/nongui/cvtentry.h
+++ b/nongui/cvtentry.h
@@ -19,6 +19,7 @@
 
 /** A control value table (CVT) entry.
  * Class holds value and optional variable name and comment for a CVT entry.
+ * \ingroup nongui
  */
 class CVTEntry {
 public:
diff --git a/nongui/fontdocument.cxx b/nongui/fontdocument.cxx
index 1865e28..58910b7 100644
--- a/nongui/fontdocument.cxx
+++ b/nongui/fontdocument.cxx
@@ -17,6 +17,7 @@
 
 /** \class FontDocument fontdocument.h
  * Class that represents a font document.
+ * \ingroup nongui
  */
 
 /** Construct an empty FontDocument.
diff --git a/nongui/fontdocumentreader.cxx b/nongui/fontdocumentreader.cxx
index 9367f18..2b2000f 100644
--- a/nongui/fontdocumentreader.cxx
+++ b/nongui/fontdocumentreader.cxx
@@ -24,6 +24,7 @@
 /** \class FontDocumentReader fontdocumentreader.h
  * A class for reading a font document.
  * @sa FontDocument
+ * \ingroup nongui
  */
 
 /** \fn FontDocumentReader::FontDocumentReader(FontDocument*)
diff --git a/nongui/fontdocumentwriter.cxx b/nongui/fontdocumentwriter.cxx
index 4da68a1..ed3402c 100644
--- a/nongui/fontdocumentwriter.cxx
+++ b/nongui/fontdocumentwriter.cxx
@@ -22,6 +22,7 @@
 /** \class FontDocumentWriter fontdocumentwriter.h
  * A class for writing of a font document.
  * @sa FontDocument
+ * \ingroup nongui
  */
 
 /** Construct writer for a given document.
diff --git a/nongui/glyph.cxx b/nongui/glyph.cxx
index fb3468d..9cc9f32 100644
--- a/nongui/glyph.cxx
+++ b/nongui/glyph.cxx
@@ -19,9 +19,14 @@
 #include "fontdocument.h"
 #include <QtDebug>
 
+/**
+ * \defgroup nongui Non-GUI Classes
+ */
+
 /** \class Glyph glyph.h
  * %Glyph description.
  * This class contains information about a glyph.
+ * \ingroup nongui
  */
 
 /** Construct an empty glyph with given name.
diff --git a/nongui/ttfdecode.cxx b/nongui/ttfdecode.cxx
index 04363db..0c45dfb 100644
--- a/nongui/ttfdecode.cxx
+++ b/nongui/ttfdecode.cxx
@@ -22,6 +22,7 @@
 /** \class TTInstructionsDecoder ttfdecode.h
  * Class for disassembling TrueType instructions
  * \ingroup ttf
+ * \ingroup nongui
  */
 
 /** \fn TTInstructionsDecoder::TTInstructionsDecoder(QIODevice*)
diff --git a/nongui/ttfencode.cxx b/nongui/ttfencode.cxx
index da4271e..8bf2e53 100644
--- a/nongui/ttfencode.cxx
+++ b/nongui/ttfencode.cxx
@@ -28,6 +28,7 @@
  * \class TTInstructionsEncoder ttfencode.h
  * Class for compiling TrueType instructions.
  * \ingroup ttf
+ * \ingroup nongui
  */
 
 /** \fn TTInstructionsEncoder::Status TTInstructionsEncoder::status() const

-- 
Fondue Font Editor



More information about the fondue-commits mailing list