ignore docs generated by Doxygen

This commit is contained in:
Martchus 2015-06-07 00:16:59 +02:00
parent e7932d50cc
commit c86103829c
3 changed files with 21 additions and 0 deletions

3
.gitignore vendored
View File

@ -32,3 +32,6 @@ Makefile*
#QtCtreator Qml
*.qmlproject.user
*.qmlproject.user.*
# documentation
/doc

7
mp4/mpeg4descriptor.cpp Normal file
View File

@ -0,0 +1,7 @@
#include "mpeg4streamdescriptor.h"
Mpeg4StreamDescriptor::Mpeg4StreamDescriptor()
{
}

11
mp4/mpeg4descriptor.h Normal file
View File

@ -0,0 +1,11 @@
#ifndef MPEG4STREAMDESCRIPTOR_H
#define MPEG4STREAMDESCRIPTOR_H
class Mpeg4StreamDescriptor
{
public:
Mpeg4StreamDescriptor();
};
#endif // MPEG4STREAMDESCRIPTOR_H