X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_parser.h;h=e82149cd56d43af852077cb165ef221d6bf081fb;hb=55bc87f8ad71fc8bfa14d0a04d3551568e0b7641;hp=48df1b8fcf36af8c722c53c53bcef659b4e98489;hpb=bf3264b9e340ba5c11cbf59835a8af3db94e0cc2;p=melted diff --git a/src/framework/mlt_parser.h b/src/framework/mlt_parser.h index 48df1b8..e82149c 100644 --- a/src/framework/mlt_parser.h +++ b/src/framework/mlt_parser.h @@ -1,7 +1,10 @@ -/* - * mlt_parser.h -- service parsing functionality - * Copyright (C) 2003-2004 Ushodaya Enterprises Limited - * Author: Charles Yates +/** + * \file mlt_parser.h + * \brief service parsing functionality + * \see mlt_parser_s + * + * Copyright (C) 2003-2009 Ushodaya Enterprises Limited + * \author Charles Yates * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -23,6 +26,11 @@ #include "mlt_types.h" +/** \brief Parser class + * + * \extends mlt_properties_s + */ + struct mlt_parser_s { struct mlt_properties_s parent;