From e6e3e0ce79816ee5426aeea37d78288c70fb8f40 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Wed, 27 Aug 2014 16:19:55 +0200 Subject: [PATCH] PythonEditor: Fix docs Change-Id: Icd58c2efee140bdd04cb9abb3f34751f5f893ee1 Reviewed-by: hjk --- src/plugins/pythoneditor/tools/pythonhighlighter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/pythoneditor/tools/pythonhighlighter.cpp b/src/plugins/pythoneditor/tools/pythonhighlighter.cpp index 24df0857f03..125bceca02e 100644 --- a/src/plugins/pythoneditor/tools/pythonhighlighter.cpp +++ b/src/plugins/pythoneditor/tools/pythonhighlighter.cpp @@ -47,7 +47,7 @@ namespace PythonEditor { namespace Internal { /** - * @class PyEditor::Highlighter + * @class PythonEditor::Internal::PythonHighlighter * @brief Handles incremental lexical highlighting, but not semantic * * Incremental lexical highlighting works every time when any character typed @@ -85,7 +85,7 @@ PythonHighlighter::PythonHighlighter() } /** - * @brief Highlighter::highlightBlock highlights single line of Python code + * @brief PythonHighlighter::highlightBlock highlights single line of Python code * @param text is single line without EOLN symbol. Access to all block data * can be obtained through inherited currentBlock() function. *