X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_parser.h;h=08f6ffbfdddc83aae96c8de1978eb5728fceb538;hb=155087f253fe520bac16f947d815645e3ee551c1;hp=48df1b8fcf36af8c722c53c53bcef659b4e98489;hpb=bf3264b9e340ba5c11cbf59835a8af3db94e0cc2;p=melted diff --git a/src/framework/mlt_parser.h b/src/framework/mlt_parser.h index 48df1b8..08f6ffb 100644 --- a/src/framework/mlt_parser.h +++ b/src/framework/mlt_parser.h @@ -1,7 +1,9 @@ -/* - * mlt_parser.h -- service parsing functionality - * Copyright (C) 2003-2004 Ushodaya Enterprises Limited - * Author: Charles Yates +/** + * \file mlt_parser.h + * \brief service parsing functionality + * + * Copyright (C) 2003-2008 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 +25,11 @@ #include "mlt_types.h" +/** \brief Parser class + * + * \extends mlt_properties_s + */ + struct mlt_parser_s { struct mlt_properties_s parent;