OSDN Git Service

Improve comments relating to "ghost buffers"
authorGreyMerlin <GreyMerlin@gmail.com>
Thu, 2 Aug 2018 17:35:23 +0000 (10:35 -0700)
committerGreyMerlin <GreyMerlin@gmail.com>
Thu, 2 Aug 2018 17:35:23 +0000 (10:35 -0700)
commit3785ff0f302eee241e731840cdbd319c5a16ad3e
treefe977e3e940cba020c45d8d64aec02cb83d7e22b
parentcce98ee5771126bc687d9e60c6da79f70f321af0
Improve comments relating to "ghost buffers"

* Correct and extend various parameter comments, esp. for Doxygen
* Make sure default parameter values in a function definition are
properly commented in the function declaration as well
* Add either `/*virtual base*/` or `/*virtual override*/` comments to
various "ghost buffer " related procedure declarations.
* Eliminate (using `#if 0` and `#endif`) the procedures
`InternalInsertGhostLine()` and `InsertGhostLine()`
Externals/crystaledit/editlib/ccrystaleditview.cpp
Externals/crystaledit/editlib/ccrystaltextbuffer.cpp
Externals/crystaledit/editlib/ccrystaltextview.cpp
Src/DiffTextBuffer.cpp
Src/GhostTextBuffer.cpp
Src/GhostTextBuffer.h
Src/GhostTextView.cpp
Src/GhostTextView.h
Src/MergeEditView.cpp