~mhier/libwt-latest/libwt-package

« back to all changes in this revision

Viewing changes to examples/composer/Attachment.h

  • Committer: Martin Hierholzer
  • Date: 2020-06-18 12:21:07 UTC
  • Revision ID: martin.hierholzer@desy.de-20200618122107-jxk2kefgptu2hh3v
update to upstream version 4.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// This may look like C code, but it's really -*- C++ -*-
2
2
/*
3
 
 * Copyright (C) 2008 Emweb bvba, Kessel-Lo, Belgium.
 
3
 * Copyright (C) 2008 Emweb bv, Herent, Belgium.
4
4
 *
5
5
 * See the LICENSE file for terms of use.
6
6
 */
10
10
/**
11
11
 * @addtogroup composerexample
12
12
 */
13
 
/*@{*/
 
13
//!@{
14
14
 
15
15
/*! \brief An email attachment.
16
16
 *
42
42
  { }
43
43
};
44
44
 
45
 
/*@}*/
 
45
//!@}
46
46
 
47
47
#endif // ATTACHMENT_H_