From 53cd93b0f09a25ba640ef3018cad5b6e62e785e6 Mon Sep 17 00:00:00 2001 From: eidheim Date: Sat, 7 May 2016 11:08:53 +0200 Subject: [PATCH] Documentation fixes --- README.md | 2 +- docs/api.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be83b23..75fe05c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ towards libclang with speed and ease of use in mind. * Rename refactoring across files (C++) * Highlighting of similar types (C++) * Automated documentation search (C++) -* Go to methods and usages (C++) +* Go to declaration, implementation, methods and usages (C++) * Spell checking depending on file context * Run shell commands within JuCi++ * Regex search and replace diff --git a/docs/api.md b/docs/api.md index 60230c0..329e970 100644 --- a/docs/api.md +++ b/docs/api.md @@ -16,4 +16,4 @@ make doc ``` ## Where is the generated API documentation -Open jupicpp/build/src/html/index.html +Open jucipp/build/src/html/index.html