diff --git a/docs/widgets_dub_project_editor.md b/docs/widgets_dub_project_editor.md index 00413648..bb10bdf6 100644 --- a/docs/widgets_dub_project_editor.md +++ b/docs/widgets_dub_project_editor.md @@ -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. ![](img/dub_project_editor.png) diff --git a/docs/widgets_todo_list.md b/docs/widgets_todo_list.md index e3623cfe..6fbd072c 100644 --- a/docs/widgets_todo_list.md +++ b/docs/widgets_todo_list.md @@ -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.