aboutsummaryrefslogtreecommitdiff
path: root/src/mnemonics/portuguese.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mnemonics/portuguese.h')
-rw-r--r--src/mnemonics/portuguese.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mnemonics/portuguese.h b/src/mnemonics/portuguese.h
index 06d53f176..5b88a0686 100644
--- a/src/mnemonics/portuguese.h
+++ b/src/mnemonics/portuguese.h
@@ -26,6 +26,12 @@
// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+/*!
+ * \file portuguese.h
+ *
+ * \brief Portuguese word list and map.
+ */
+
#ifndef PORTUGUESE_H
#define PORTUGUESE_H
@@ -34,6 +40,10 @@
#include "language_base.h"
#include <string>
+/*!
+ * \namespace Language
+ * \brief Mnemonic language related namespace.
+ */
namespace Language
{
class Portuguese: public Base