PythonEditor: Fix docs

Change-Id: Icd58c2efee140bdd04cb9abb3f34751f5f893ee1
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Christian Stenger
2014-08-27 16:19:55 +02:00
parent cf7eda0cb3
commit e6e3e0ce79

View File

@@ -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.
*