Fix doxygen markup

remotes/origin/Applications/18.12
Yuri Chornoivan 7 years ago
parent 93b9615597
commit e7cd4bf9c7
  1. 8
      core/textdocumentsettings.h

@ -28,7 +28,7 @@ class TextDocumentSettingsPrivate;
* Here is example of how you can add custom settings per-backend: * Here is example of how you can add custom settings per-backend:
* *
* In .h header: * In .h header:
* {code} * \code
* class KIntSpinBox; * class KIntSpinBox;
* ... * ...
* *
@ -44,10 +44,10 @@ class TextDocumentSettingsPrivate;
* KIntSpinBox *customArgumentWidget; * KIntSpinBox *customArgumentWidget;
* ... * ...
* } * }
* {/code} * \endcode
* *
* In .cpp module: * In .cpp module:
* {code} * \code
* #include <KIntSpinBox> * #include <KIntSpinBox>
* ... * ...
* bool YourGenerator::reparseConfig() * bool YourGenerator::reparseConfig()
@ -67,7 +67,7 @@ class TextDocumentSettingsPrivate;
* *
* dlg->addPage( widget, settings, ... ); * dlg->addPage( widget, settings, ... );
* } * }
* {/code} * \endcode
*/ */
/** /**

Loading…
Cancel
Save