mirror of https://gitlab.com/basile.b/dexed.git
doc
This commit is contained in:
parent
e11030f087
commit
1ab822df84
|
@ -4,8 +4,8 @@ title: Widgets - DUB project editor
|
|||
|
||||
### DUB project editor
|
||||
|
||||
The DUB project editor allows to edit, add and remove properties of DUB project that has the [JSON format](http://code.dlang.org/package-format?lang=json).
|
||||
DUB project with the [SDL format](http://code.dlang.org/package-format?lang=sdl) are read only.
|
||||
The DUB project editor allows to edit, add and remove properties of DUB projects that has the [JSON format](http://code.dlang.org/package-format?lang=json).
|
||||
DUB projects with the [SDL format](http://code.dlang.org/package-format?lang=sdl) are read only.
|
||||
|
||||

|
||||
|
||||
|
|
|
@ -23,7 +23,8 @@ The items cannot be edited in the widget.
|
|||
#### Format
|
||||
|
||||
The _todo comments_ must follow this format:
|
||||
> TODO|FIXME|NOTE -cCategory -aAssignee -pPriority -sStatus : what
|
||||
|
||||
`TODO|FIXME|NOTE -cCategory -aAssignee -pPriority -sStatus : what`
|
||||
|
||||
The fields (-a -c -p -s) are optional but the _what_ is mandatory.
|
||||
|
||||
|
|
Loading…
Reference in New Issue