API dox: use @code/@endcode
GIT_SILENT
This commit is contained in:
parent
5f746ce1c2
commit
5e09728c1b
@ -45,12 +45,12 @@ class SvgItem : public QQuickItem
|
||||
|
||||
/**
|
||||
* Svg class that is the source of the image, use it like that:
|
||||
* <code>
|
||||
* @code
|
||||
* SvgItem {
|
||||
* svg: Svg {imagePath: "widgets/arrows"}
|
||||
* elementId: "arrow-left"
|
||||
* }
|
||||
* </code>
|
||||
* @endcode
|
||||
* Instead of a Svg declaration it can also be the id of a Svg declared elsewhere, useful to share Svg instances.
|
||||
*/
|
||||
Q_PROPERTY(Plasma::Svg *svg READ svg WRITE setSvg NOTIFY svgChanged)
|
||||
|
@ -29,12 +29,12 @@
|
||||
* Class which handles an application execution.
|
||||
*
|
||||
* Example:
|
||||
* <code>
|
||||
* @code
|
||||
* Application {
|
||||
* application: "xterm"
|
||||
* running: terminalRunningCheckbox.checked
|
||||
* }
|
||||
* </code>
|
||||
* @endcode
|
||||
*/
|
||||
class Application: public QObject
|
||||
{
|
||||
|
@ -31,7 +31,7 @@
|
||||
* @deprecated Use IconDialog from org.kde.kquickcontrolsaddons
|
||||
*
|
||||
* Example:
|
||||
* <code>
|
||||
* @code
|
||||
* IconDialog {
|
||||
* id: iconDialog
|
||||
* }
|
||||
@ -39,7 +39,7 @@
|
||||
* ...
|
||||
*
|
||||
* icon = iconDialog.openDialog()
|
||||
* </code>
|
||||
* @endcode
|
||||
*/
|
||||
class IconDialog: public QObject
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user