efl-mono: properly close XML comment

Summary:
XML document generation was skipping the rest of this file because of a missing
XMl closing tag. Fortunately, it was almost at the end of the file.

Reviewers: lauromoura, vitor.sousa, felipealmeida

Reviewed By: vitor.sousa

Subscribers: cedric, #reviewers, #committers, zmike

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D6905
This commit is contained in:
Xavi Artigas 2018-08-24 12:10:57 -03:00 committed by Vitor Sousa
parent a9efc38885
commit b91a18524f
1 changed files with 1 additions and 1 deletions

View File

@ -494,7 +494,7 @@ public class StrbufKeepOwnershipMarshaler: ICustomMarshaler {
/// <summary>General exception for errors inside the binding.</summary>
public class EflException : Exception
{
/// <summary>Create a new EflException with the given.
/// <summary>Create a new EflException with the given message.</summary>
public EflException(string message) : base(message)
{
}