[Scummvm-git-logs] scummvm master -> 5000a24d72a6acf10e3770dbe09876e1f31658ee

criezy criezy at scummvm.org
Fri May 21 19:02:47 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
5000a24d72 AGS: Move AGS Engine doxygen group definition to ags.h


Commit: 5000a24d72a6acf10e3770dbe09876e1f31658ee
    https://github.com/scummvm/scummvm/commit/5000a24d72a6acf10e3770dbe09876e1f31658ee
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2021-05-21T20:02:09+01:00

Commit Message:
AGS: Move AGS Engine doxygen group definition to ags.h

Changed paths:
    doc/doxygen/groups.dox
    engines/ags/ags.h


diff --git a/doc/doxygen/groups.dox b/doc/doxygen/groups.dox
index c566c38754..876092d21d 100644
--- a/doc/doxygen/groups.dox
+++ b/doc/doxygen/groups.dox
@@ -45,11 +45,3 @@
 @brief API of various image decoders used in engines.
 
 */
-
-/**
-
- at defgroup agsengine AGS Engine
- at brief Engine to run Adventure Game Studio games.
-
-*/
-
diff --git a/engines/ags/ags.h b/engines/ags/ags.h
index 9dc8ea3a78..b8b0e97e83 100644
--- a/engines/ags/ags.h
+++ b/engines/ags/ags.h
@@ -43,6 +43,11 @@ class Globals;
 
 namespace AGS {
 
+/**
+ * @defgroup agsengine AGS Engine
+ * @brief Engine to run Adventure Game Studio games.
+ */
+
 #define SCREEN_WIDTH 320
 #define SCREEN_HEIGHT 200
 




More information about the Scummvm-git-logs mailing list