From 63eb65a3c485e8908ab916978b675782aa911378 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Tue, 14 May 2019 18:35:40 +0200 Subject: [PATCH] Fix #12: Wrong markdown in usage page. --- doxygen/usage.dox | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/doxygen/usage.dox b/doxygen/usage.dox index 254ee82..b188b92 100644 --- a/doxygen/usage.dox +++ b/doxygen/usage.dox @@ -1,21 +1,21 @@ /** @page usage Usage @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: -- -t, --tikz Output TikZ code -- -p, --pdf Output PDF document -- -s, --scale=SCALE Divide output coordinates by SCALE -- -o, --tex-output=PATH Optional path for TeX file -- -O, --pdf-output=PATH Optional path for PDF file -- -m, --mapping=PATH Path for Layer Mapping File -- -c, --cell=NAME Cell to render -- -a, --tex-standalone Create standalone PDF -- -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 -- -e, --external-lib-output=PATH Output path for external render library -- --display=DISPLAY X display to use +- -t, `--`tikz Output TikZ code +- -p, `--`pdf Output PDF document +- -s, `--`scale=SCALE Divide output coordinates by SCALE +- -o, `--`tex-output=PATH Optional path for TeX file +- -O, `--`pdf-output=PATH Optional path for PDF file +- -m, `--`mapping=PATH Path for Layer Mapping File +- -c, `--`cell=NAME Cell to render +- -a, `--`tex-standalone Create standalone PDF +- -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 +- -e, `--`external-lib-output=PATH Output path for external render library +- `--`display=DISPLAY X display to use @section gui Graphical User Interface