This commit is contained in:
Basile Burg 2017-01-26 05:38:13 +01:00
parent ac3908066e
commit 9aaaa32ac5
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ _General features or concepts that are not wrapped in a widget_
_Description of each entry in the main menu. May redirect to a specific widget page._ _Description of each entry in the main menu. May redirect to a specific widget page._
* [File]() * [File]()
* [Debugger]() * [Debugger](widgets_gdb_commander)
* [Edit]() * [Edit]()
* [Project](features_projects) * [Project](features_projects)
* [Project groups](widgets_project_groups) * [Project groups](widgets_project_groups)

View File

@ -35,7 +35,7 @@ For example
```d ```d
// TODO: something. // TODO: something.
// TODO-cfixes: something to fix. // TODO-cfixes: something to fix.
// TODO-cfixes-aMrFreeze: something that MrFreezae has to fix. // TODO-cfixes-aMrFreeze: something that MrFreeze has to fix.
// NOTE: a reminder. // NOTE: a reminder.
``` ```