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:
*
* In .h header:
* {code}
* \code
* class KIntSpinBox;
* ...
*
@ -44,10 +44,10 @@ class TextDocumentSettingsPrivate;
* KIntSpinBox *customArgumentWidget;
* ...
* }
* {/code}
* \endcode
*
* In .cpp module:
* {code}
* \code
* #include <KIntSpinBox>
* ...
* bool YourGenerator::reparseConfig()
@ -67,7 +67,7 @@ class TextDocumentSettingsPrivate;
*
* dlg->addPage( widget, settings, ... );
* }
* {/code}
* \endcode
*/
/**

Loading…
Cancel
Save