Fossil SCM
doc improvement.
Commit
e1a0de75756eb10592a01cd166c22ac6256f78f8
Parent
8f2d9e6923ed14a…
1 file changed
+4
+4
| --- src/wiki.c | ||
| +++ src/wiki.c | ||
| @@ -955,10 +955,14 @@ | ||
| 955 | 955 | ** given by the zPageName parameter. isNew must be true to create |
| 956 | 956 | ** a new page. If no previous page with the name zPageName exists |
| 957 | 957 | ** and isNew is false, then this routine throws an error. |
| 958 | 958 | ** |
| 959 | 959 | ** The content of the new page is given by the blob pContent. |
| 960 | +** | |
| 961 | +** zMimeType specifies the N-card for the wiki page. If it is 0, | |
| 962 | +** empty, or "text/x-fossil-wiki" (the default format) then it is | |
| 963 | +** ignored. | |
| 960 | 964 | */ |
| 961 | 965 | int wiki_cmd_commit(char const * zPageName, int isNew, Blob *pContent, |
| 962 | 966 | char const * zMimeType){ |
| 963 | 967 | Blob wiki; /* Wiki page content */ |
| 964 | 968 | Blob cksum; /* wiki checksum */ |
| 965 | 969 |
| --- src/wiki.c | |
| +++ src/wiki.c | |
| @@ -955,10 +955,14 @@ | |
| 955 | ** given by the zPageName parameter. isNew must be true to create |
| 956 | ** a new page. If no previous page with the name zPageName exists |
| 957 | ** and isNew is false, then this routine throws an error. |
| 958 | ** |
| 959 | ** The content of the new page is given by the blob pContent. |
| 960 | */ |
| 961 | int wiki_cmd_commit(char const * zPageName, int isNew, Blob *pContent, |
| 962 | char const * zMimeType){ |
| 963 | Blob wiki; /* Wiki page content */ |
| 964 | Blob cksum; /* wiki checksum */ |
| 965 |
| --- src/wiki.c | |
| +++ src/wiki.c | |
| @@ -955,10 +955,14 @@ | |
| 955 | ** given by the zPageName parameter. isNew must be true to create |
| 956 | ** a new page. If no previous page with the name zPageName exists |
| 957 | ** and isNew is false, then this routine throws an error. |
| 958 | ** |
| 959 | ** The content of the new page is given by the blob pContent. |
| 960 | ** |
| 961 | ** zMimeType specifies the N-card for the wiki page. If it is 0, |
| 962 | ** empty, or "text/x-fossil-wiki" (the default format) then it is |
| 963 | ** ignored. |
| 964 | */ |
| 965 | int wiki_cmd_commit(char const * zPageName, int isNew, Blob *pContent, |
| 966 | char const * zMimeType){ |
| 967 | Blob wiki; /* Wiki page content */ |
| 968 | Blob cksum; /* wiki checksum */ |
| 969 |