Fix #12: Wrong markdown in usage page.

This commit is contained in:
Mario Hüttel 2019-05-14 18:35:40 +02:00
parent aa413732f1
commit 63eb65a3c4
1 changed files with 13 additions and 13 deletions

View File

@ -1,21 +1,21 @@
/** /**
@page usage Usage @page usage Usage
@section cmd Command Line Interface @section cmd Command Line Interface
To use the application on the command line check 'gds-render --help'. To use the application on the command line check 'gds-render `--`help'.
Application Options: Application Options:
- -t, --tikz Output TikZ code - -t, `--`tikz Output TikZ code
- -p, --pdf Output PDF document - -p, `--`pdf Output PDF document
- -s, --scale=SCALE Divide output coordinates by SCALE - -s, `--`scale=SCALE Divide output coordinates by SCALE
- -o, --tex-output=PATH Optional path for TeX file - -o, `--`tex-output=PATH Optional path for TeX file
- -O, --pdf-output=PATH Optional path for PDF file - -O, `--`pdf-output=PATH Optional path for PDF file
- -m, --mapping=PATH Path for Layer Mapping File - -m, `--`mapping=PATH Path for Layer Mapping File
- -c, --cell=NAME Cell to render - -c, `--`cell=NAME Cell to render
- -a, --tex-standalone Create standalone PDF - -a, `--`tex-standalone Create standalone PDF
- -l, --tex-layers Create PDF Layers (OCG) - -l, `--`tex-layers Create PDF Layers (OCG)
- -P, --custom-render-lib=PATH Path to a custom shared object, that implements the render_cell_to_file function - -P, `--`custom-render-lib=PATH Path to a custom shared object, that implements the render_cell_to_file function
- -e, --external-lib-output=PATH Output path for external render library - -e, `--`external-lib-output=PATH Output path for external render library
- --display=DISPLAY X display to use - `--`display=DISPLAY X display to use
@section gui Graphical User Interface @section gui Graphical User Interface