From f3a9cdbeb96ba5346f11ea5ef618b127684cfc72 Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Fri, 24 Sep 2010 14:25:30 -0300 Subject: Fix doxygen tags on comments. --- docparser.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docparser.h') diff --git a/docparser.h b/docparser.h index ab5dc9fa3..3c32dc2f0 100644 --- a/docparser.h +++ b/docparser.h @@ -42,7 +42,7 @@ public: /** * Process and retrieves documentation concerning the entire * module or library. - * /return object containing module/library documentation information + * \return object containing module/library documentation information */ virtual Documentation retrieveModuleDocumentation() = 0; @@ -55,7 +55,7 @@ public: * Informs the location of the XML data generated by the tool * (e.g.: DoxyGen, qdoc) used to extract the library's documentation * comment. - * /return the path for the directory containing the XML data created + * \return the path for the directory containing the XML data created * from the library's documentation beign parsed. */ QString documentationDataDirectory() const @@ -70,7 +70,7 @@ public: /** * Informs the location of the library being parsed. The library * source code is parsed for the documentation comments. - * /return the path for the directory containing the source code of + * \return the path for the directory containing the source code of * the library beign parsed. */ QString librarySourceDirectory() const @@ -84,7 +84,7 @@ public: } /** * Retrieves the name of the package (or module or library) being parsed. - * /return the name of the package (module/library) being parsed + * \return the name of the package (module/library) being parsed */ QString packageName() const { -- cgit v1.2.3