]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - menu.h
doxygen comments and config file
[xonotic/darkplaces.git] / menu.h
diff --git a/menu.h b/menu.h
index 4cb3e85764b9d8ca8b52c26c4ca4e9f98e89b798..dd7eed7fcb65d023d65296f60e1d9bcb2b599c3d 100644 (file)
--- a/menu.h
+++ b/menu.h
@@ -90,7 +90,7 @@ typedef struct video_resolution_s
        const char *type;
        int width, height;
        int conwidth, conheight;
-       double pixelheight; // pixel aspect
+       double pixelheight; ///< pixel aspect
 }
 video_resolution_t;
 extern video_resolution_t video_resolutions[];