mirror of https://gitlab.com/basile.b/dexed.git
(lib or submodule) |
||
---|---|---|
.. | ||
cetodo.d | ||
cetodo_libman.coedit | ||
cetodo_submodule.coedit | ||
readme.md |
readme.md
ceTodo
Tool designed to analyze the TODO comments in D source files. It's written in D using Coedit.
To build it, either libdparse
must be setup in the libman
as described in this tutorial,
or libdparse submodule must be cloned with Coedit repository (git submodule init
or update
).
cetodo_submodule.coedit
: coedit project based on libdparse as a submodule.cetodo_libman.coedit
: coedit project based on libdparse as a libman entry.
This tool is mandatory to enable the todo list widget.