You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/frontend/document
Frans de Jonge a2dcfe9aec
[doc] Tag @todo, @fixme and @warning (#5244)
This commit standardizes the various todos around the code a bit in a manner recognized by LDoc.

Besides drawing more attention by being displayed in the developer docs, they're also extractable with LDoc on the command line:

```sh
ldoc --tags todo,fixme *.lua
```

However, whether that particular usage offers any advantage over other search tools is questionable at best.

* and some random beautification
5 years ago
..
canvascontext.lua [Desktop] Open writable font dir, toggle system+user/user fonts, fix openLink on mac (#5220) 5 years ago
credocument.lua [doc] Tag @todo, @fixme and @warning (#5244) 5 years ago
djvudocument.lua decouple UI definitions from document modules 5 years ago
document.lua [doc] Tag @todo, @fixme and @warning (#5244) 5 years ago
documentregistry.lua [doc] Tag @todo, @fixme and @warning (#5244) 5 years ago
koptinterface.lua [UX] Links menu and handling tweaks (#4867) 5 years ago
pdfdocument.lua [fix] Don't try to save highlight into non-PDF document (#5027) 5 years ago
picdocument.lua rename runtimectl to document/canvascontext 5 years ago
tilecacheitem.lua feat: add logger module & rewrite kobo suspend script in lua 7 years ago