Fossil SCM
Added missing help docs to /pikchrshow.
Commit
b46175c56fff7827dd807e8198bb93a0a2b26d0dfe9dd6b078e03400608464ed
Parent
cc68bc7bacbdc3f…
1 file changed
+3
+3
| --- src/pikchrshow.c | ||
| +++ src/pikchrshow.c | ||
| @@ -23,10 +23,13 @@ | ||
| 23 | 23 | #include "pikchrshow.h" |
| 24 | 24 | |
| 25 | 25 | |
| 26 | 26 | /* |
| 27 | 27 | ** WEBPAGE: pikchrshow |
| 28 | +** | |
| 29 | +** A basic pikchr code editor and renderer, allowing users with write- | |
| 30 | +** or wiki-write permissions to experiment with pikchr code. | |
| 28 | 31 | */ |
| 29 | 32 | void pikchrshow_cmd(void){ |
| 30 | 33 | const char *zContent = P("content"); |
| 31 | 34 | |
| 32 | 35 | login_check_credentials(); |
| 33 | 36 |
| --- src/pikchrshow.c | |
| +++ src/pikchrshow.c | |
| @@ -23,10 +23,13 @@ | |
| 23 | #include "pikchrshow.h" |
| 24 | |
| 25 | |
| 26 | /* |
| 27 | ** WEBPAGE: pikchrshow |
| 28 | */ |
| 29 | void pikchrshow_cmd(void){ |
| 30 | const char *zContent = P("content"); |
| 31 | |
| 32 | login_check_credentials(); |
| 33 |
| --- src/pikchrshow.c | |
| +++ src/pikchrshow.c | |
| @@ -23,10 +23,13 @@ | |
| 23 | #include "pikchrshow.h" |
| 24 | |
| 25 | |
| 26 | /* |
| 27 | ** WEBPAGE: pikchrshow |
| 28 | ** |
| 29 | ** A basic pikchr code editor and renderer, allowing users with write- |
| 30 | ** or wiki-write permissions to experiment with pikchr code. |
| 31 | */ |
| 32 | void pikchrshow_cmd(void){ |
| 33 | const char *zContent = P("content"); |
| 34 | |
| 35 | login_check_credentials(); |
| 36 |