dexed/cetodo
Basile Burg 80469db50d output tools to bin folder 2015-12-04 20:06:08 +01:00
..
cetodo.d added version to test cetodo.d as a runnable module 2015-11-03 05:37:56 +01:00
cetodo_libman.coedit output tools to bin folder 2015-12-04 20:06:08 +01:00
cetodo_submodule.coedit output tools to bin folder 2015-12-04 20:06:08 +01:00
readme.md updated tools readme 2015-05-03 07:40:34 +02:00

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).

Notice that libdparse can be easily build in Coedit using the metad project.

  • 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.