]> Chaos Git - corbenik/ctrulib.git/commitdiff
Fix Doxygen oversight
authorfincs <fincs.alt1@gmail.com>
Tue, 19 Jan 2016 22:45:31 +0000 (23:45 +0100)
committerfincs <fincs.alt1@gmail.com>
Tue, 19 Jan 2016 22:45:31 +0000 (23:45 +0100)
libctru/include/3ds.h
libctru/include/3ds/font.h

index a8d3f6559de3fb68f3c425870fa6529b408d780d..5a1910d818b33c260f45a8185f5256b249ad6c73 100644 (file)
@@ -82,6 +82,7 @@ extern "C" {
  * @example graphics/printing/both-screen-text/source/main.c
  * @example graphics/printing/colored-text/source/main.c
  * @example graphics/printing/multiple-windows-text/source/main.c
+ * @example graphics/printing/system-font/source/main.c
  * @example graphics/gpu/fragment_light/source/main.c
  * @example graphics/gpu/geoshader/source/main.c
  * @example graphics/gpu/gpusprites/source/main.c
index c747023816770d0bf3cdbfc016e72f8231b0fbaf..bf690405905afae1f333bdbebbc4f74a11b53123 100644 (file)
@@ -129,12 +129,12 @@ typedef struct
        float xOffset;  ///< Horizontal offset to draw the glyph width.
        float xAdvance; ///< Horizontal distance to advance after drawing the glyph.
        float width;    ///< Glyph width.
-       ///< Texture coordinates to use to render the glyph.
+       /// Texture coordinates to use to render the glyph.
        struct
        {
                float left, top, right, bottom;
        } texcoord;
-       ///< Vertex coordinates to use to render the glyph.
+       /// Vertex coordinates to use to render the glyph.
        struct
        {
                float left, top, right, bottom;