1
0
mirror of https://github.com/facebook/zstd.git synced 2025-06-16 17:21:01 +03:00

zstd Manual updated to 1.1.2

This commit is contained in:
Przemyslaw Skibinski
2016-12-07 11:18:40 +01:00
parent abd9ec0d53
commit 4da53219a0
3 changed files with 67 additions and 27 deletions

View File

@ -176,6 +176,7 @@ int main(int argc, char *argv[]) {
}
sout << "</p></pre><BR>" << endl << endl;
} else if (exclam == '=') { /* comments of type /*= and /**= mean: use a <H3> header and show also all functions until first empty line */
trim(comments[0], " ");
sout << "<h3>" << comments[0] << "</h3><pre>";
for (l=1; l<comments.size(); l++) {
print_line(sout, comments[l]);