Fossil SCM
removed an implemented TODO reminder.
Commit
f270f0b5c1f253b6a0441d69cc9dcff8edb3d07d
Parent
8a665715c247434…
1 file changed
-2
-2
| --- src/json_wiki.c | ||
| +++ src/json_wiki.c | ||
| @@ -51,12 +51,10 @@ | ||
| 51 | 51 | |
| 52 | 52 | |
| 53 | 53 | /* |
| 54 | 54 | ** Implementation of /json/wiki/get. |
| 55 | 55 | ** |
| 56 | -** TODO: add option to parse wiki output. It is currently | |
| 57 | -** unparsed. | |
| 58 | 56 | */ |
| 59 | 57 | static cson_value * json_wiki_get(){ |
| 60 | 58 | int rid; |
| 61 | 59 | Manifest *pWiki = 0; |
| 62 | 60 | char const * zBody = NULL; |
| 63 | 61 |
| --- src/json_wiki.c | |
| +++ src/json_wiki.c | |
| @@ -51,12 +51,10 @@ | |
| 51 | |
| 52 | |
| 53 | /* |
| 54 | ** Implementation of /json/wiki/get. |
| 55 | ** |
| 56 | ** TODO: add option to parse wiki output. It is currently |
| 57 | ** unparsed. |
| 58 | */ |
| 59 | static cson_value * json_wiki_get(){ |
| 60 | int rid; |
| 61 | Manifest *pWiki = 0; |
| 62 | char const * zBody = NULL; |
| 63 |
| --- src/json_wiki.c | |
| +++ src/json_wiki.c | |
| @@ -51,12 +51,10 @@ | |
| 51 | |
| 52 | |
| 53 | /* |
| 54 | ** Implementation of /json/wiki/get. |
| 55 | ** |
| 56 | */ |
| 57 | static cson_value * json_wiki_get(){ |
| 58 | int rid; |
| 59 | Manifest *pWiki = 0; |
| 60 | char const * zBody = NULL; |
| 61 |