From b9e01b33edc097080bb44d0ab4cec7d3dc2ce0f1 Mon Sep 17 00:00:00 2001 From: Markus Himmel Date: Thu, 1 Jan 2015 02:09:50 +0000 Subject: [PATCH] Fixup BTranslator documentation --- docs/user/translation/Translator.dox | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/user/translation/Translator.dox b/docs/user/translation/Translator.dox index 34ec794a42..62219c5b16 100644 --- a/docs/user/translation/Translator.dox +++ b/docs/user/translation/Translator.dox @@ -1,5 +1,5 @@ /* - * Copyright 2014 Markus Himmel. All rights reserved. + * Copyright 2014-2015 Markus Himmel. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: @@ -13,14 +13,14 @@ /*! \file Translator.h \ingroup translation - \ingroup libbe + \ingroup libtranslation \brief BTranslator class definition. */ /*! \file TranslationDefs.h \ingroup translation - \ingroup libbe + \ingroup libtranslation \brief Defines structures and preprocessor macros that are used by the translation kit. */ @@ -28,7 +28,7 @@ /*! \file TranslatorFormats.h \ingroup translation - \ingroup libbe + \ingroup libtranslation \brief Defines identifiers and structures for data formats and configuration messages. */ @@ -36,7 +36,7 @@ /*! \class BTranslator \ingroup translation - \ingroup libbe + \ingroup libtranslation \brief Abstract class that defines the necessary functionality of a translator. @@ -279,7 +279,7 @@ TranslatorFormats.h. \param _view Where a pointer to the newly created configuration view will be stored. - \param _extent Where the size of the newly created configureation view will + \param _extent Where the size of the newly created configuration view will be stored. \retval B_OK Everything went well. \retval B_ERROR An error occurred or the method was not overriden by the