aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2017-08-27 13:00:01 +0100
committerWilfred Hughes <me@wilfred.me.uk>2017-08-27 13:00:01 +0100
commit99a57bbbdff938891b0365837595002c59fc3939 (patch)
tree7aae011144c1ab2f8180498fa39336c340e389c8
parentaeeaa7aaf47253c891c569085eeb723a4aeb01f0 (diff)
Show a comparison of docstring rendering
-rw-r--r--README.md11
-rw-r--r--screenshots/helpful_compare.pngbin0 -> 75696 bytes
2 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index 48db6d2..7e2b173 100644
--- a/README.md
+++ b/README.md
@@ -21,12 +21,15 @@ Help) and falls back to the raw sexp if no source is available.
Helpful will show you where a function is being called!
-### Pretty Docstrings
+### Prettier Docstrings
-![screenshot](screenshots/helpful_docs.png)
+![screenshot](screenshots/helpful_compare.png)
-Helpful renders docstrings with full cross-references, hiding
-superfluous punctuation.
+Docstrings in helpful:
+
+* Highlight the summary (the first sentence)
+* Include cross-references
+* Hide superfluous puncuation
### Symbol Properties
diff --git a/screenshots/helpful_compare.png b/screenshots/helpful_compare.png
new file mode 100644
index 0000000..b57706b
--- /dev/null
+++ b/screenshots/helpful_compare.png
Binary files differ