Add comment.
authorCarl Hetherington <cth@carlh.net>
Fri, 8 Oct 2021 21:30:49 +0000 (23:30 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 9 Oct 2021 18:04:33 +0000 (20:04 +0200)
src/lib/font_data.h

index a3389af20d995acab0e0da7a7db274dfc062174a..7bd6d46482a55fe9c137c022b257b843657233f2 100644 (file)
@@ -45,6 +45,7 @@ public:
                , data(data_)
        {}
 
+       /** <LoadFont> ID */
        std::string id;
        boost::optional<dcp::ArrayData> data;
 };