Give documentation comments new tag names. Part 2 of making the documentation better.

This commit is contained in:
hispidence 2021-08-23 19:16:24 +01:00
parent 14361edad3
commit bc9e863307
19 changed files with 70 additions and 60 deletions

View file

@ -1,9 +1,9 @@
#include "framework.h"
#include "GameScriptSkyLayer.h"
/***
Description class for moving clouds, as seen in TR4's City of the Dead.
/*** Describes a layer of moving clouds.
As seen in TR4's City of the Dead.
@classmod SkyLayer
@pregameclass SkyLayer
@pragma nostrip
*/