From a59fe83ac1eccc49b879dbe16444297f143293e3 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sun, 3 May 2015 07:40:34 +0200 Subject: [PATCH] updated tools readme --- cesyms/readme.md | 9 +++++---- cetodo/readme.md | 2 ++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/cesyms/readme.md b/cesyms/readme.md index 4f919708..f99bc089 100644 --- a/cesyms/readme.md +++ b/cesyms/readme.md @@ -1,16 +1,17 @@ ceSyms ====== -Tool designed to build a symbol tree for a particular D module. -It's written in D using Coedit. +Tool designed to build a symbol tree for a given D module. +It's written in D using Coedit. To build it, either [libdparse](https://github.com/Hackerpilot/libdparse) must be setup in the [libman](https://github.com/BBasile/Coedit/wiki#library-manager-widget) as described in this [tutorial](https://github.com/BBasile/Coedit/wiki#lets-build-a-static-library), 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](https://github.com/BBasile/metad). + - `cesyms_submodule.coedit`: coedit project based on *libdparse* as a submodule. - `cesyms_libman.coedit`: coedit project based on *libdparse* as a *libman* entry. -This tool is mandatory to enable the new _symbol list widget_ (formerly called _static explorer_) -It replaces DMD JSON output to list the declarations within a module. \ No newline at end of file +This tool is mandatory to enable the _symbol list widget_. \ No newline at end of file diff --git a/cetodo/readme.md b/cetodo/readme.md index 42983d74..c5cde5ae 100644 --- a/cetodo/readme.md +++ b/cetodo/readme.md @@ -9,6 +9,8 @@ must be setup in the [libman](https://github.com/BBasile/Coedit/wiki#library-man as described in this [tutorial](https://github.com/BBasile/Coedit/wiki#lets-build-a-static-library), 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](https://github.com/BBasile/metad). + - `cetodo_submodule.coedit`: coedit project based on *libdparse* as a submodule. - `cetodo_libman.coedit`: coedit project based on *libdparse* as a *libman* entry.