diff --git a/src/newgrf_class_func.h b/src/newgrf_class_func.h --- a/src/newgrf_class_func.h +++ b/src/newgrf_class_func.h @@ -13,6 +13,10 @@ #include "table/strings.h" +/** + * Helper for defining the class method's signatures. + * @param type The type of the class. + */ #define DEFINE_NEWGRF_CLASS_METHOD(type) \ template \ type NewGRFClass