forgot to add paragraph to the index
This commit is contained in:
@@ -12,6 +12,7 @@ Basicaly you give `c2html` some C code as input and it classifies all the keywor
|
|||||||
* [Using the command-line interface](#using-the-command-line-interface)
|
* [Using the command-line interface](#using-the-command-line-interface)
|
||||||
* [--no-table](#--no-table)
|
* [--no-table](#--no-table)
|
||||||
* [--style](#--style)
|
* [--style](#--style)
|
||||||
|
* [--prefix](#--prefix)
|
||||||
* [Using the library](#using-the-library)
|
* [Using the library](#using-the-library)
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
@@ -57,7 +58,7 @@ The HTML comes with no styling. If you want to apply a CSS to it, you can provid
|
|||||||
This will basically add a `<style>` element with the contents of the `style.css` file before the normal HTML output.
|
This will basically add a `<style>` element with the contents of the `style.css` file before the normal HTML output.
|
||||||
|
|
||||||
### --prefix
|
### --prefix
|
||||||
By the fault, all of the HTML class names are prefixed with `c2h-` to avoid namespace collisions. You can change the prefix using the `--prefix` option, like this:
|
By default, all of the HTML class names are prefixed with `c2h-` to avoid namespace collisions with your code. You can change the prefix using the `--prefix` option, like this:
|
||||||
```sh
|
```sh
|
||||||
./c2html --input file.c --output file.html --prefix myprefix-
|
./c2html --input file.c --output file.html --prefix myprefix-
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user