Browse Source

Documentation fixes

merge-requests/365/head
eidheim 10 years ago
parent
commit
53cd93b0f0
  1. 2
      README.md
  2. 2
      docs/api.md

2
README.md

@ -20,7 +20,7 @@ towards libclang with speed and ease of use in mind.
* Rename refactoring across files (C++) * Rename refactoring across files (C++)
* Highlighting of similar types (C++) * Highlighting of similar types (C++)
* Automated documentation search (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 * Spell checking depending on file context
* Run shell commands within JuCi++ * Run shell commands within JuCi++
* Regex search and replace * Regex search and replace

2
docs/api.md

@ -16,4 +16,4 @@ make doc
``` ```
## Where is the generated API documentation ## Where is the generated API documentation
Open jupicpp/build/src/html/index.html Open jucipp/build/src/html/index.html

Loading…
Cancel
Save