forked from qt-creator/qt-creator
PythonEditor: Fix docs
Change-Id: Icd58c2efee140bdd04cb9abb3f34751f5f893ee1 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -47,7 +47,7 @@ namespace PythonEditor {
|
|||||||
namespace Internal {
|
namespace Internal {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @class PyEditor::Highlighter
|
* @class PythonEditor::Internal::PythonHighlighter
|
||||||
* @brief Handles incremental lexical highlighting, but not semantic
|
* @brief Handles incremental lexical highlighting, but not semantic
|
||||||
*
|
*
|
||||||
* Incremental lexical highlighting works every time when any character typed
|
* 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
|
* @param text is single line without EOLN symbol. Access to all block data
|
||||||
* can be obtained through inherited currentBlock() function.
|
* can be obtained through inherited currentBlock() function.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user