diff --git a/doxygen/Doxyconfig b/doxygen/Doxyconfig index a14140f..d4eb6f7 100644 --- a/doxygen/Doxyconfig +++ b/doxygen/Doxyconfig @@ -927,7 +927,7 @@ EXAMPLE_RECURSIVE = NO # that contain images that are to be included in the documentation (see the # \image command). -IMAGE_PATH = +IMAGE_PATH = images # The INPUT_FILTER tag can be used to specify a program that doxygen should # invoke to filter for each input file. Doxygen will invoke the filter program diff --git a/doxygen/additional-pages.dox b/doxygen/additional-pages.dox deleted file mode 100644 index e69de29..0000000 diff --git a/doxygen/images/gui.pdf b/doxygen/images/gui.pdf new file mode 100644 index 0000000..21e87dd Binary files /dev/null and b/doxygen/images/gui.pdf differ diff --git a/doxygen/images/gui.svg b/doxygen/images/gui.svg new file mode 100644 index 0000000..2432cb4 --- /dev/null +++ b/doxygen/images/gui.svg @@ -0,0 +1,2036 @@ + +image/svg+xmlRender-Test +31.05.2018 - 02:09 +31.05.2018 - 02:09 +Shimatta +31.05.2018 - 02:09 +31.05.2018 - 02:09 +Layer: 2 +Export Layer +BOTTOM-Layer +Layer: 1 +Export Layer +TOP-Layer +Open +Open +Load Mapping +Load Mapping +Save Mapping +Save Mapping +Convert +Convert +GDS Renderer +GDSII to PDF/TikZ Converter + \ No newline at end of file diff --git a/doxygen/main-page.dox b/doxygen/main-page.dox index 01ff97c..16cb4ed 100644 --- a/doxygen/main-page.dox +++ b/doxygen/main-page.dox @@ -10,27 +10,6 @@ See the @subpage usage page for details -@page usage Usage -@section cmd Command Line Interface -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= Divide output coordinates by -- -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 Configure TeX Code standalone -- -l, --tex-layers configure TeX code to create PDF Layers (OCG) - -@section gui Graphical User Interface - -The graphical user interface (GUI) can be used to Open GDS Files, configure the layer rendering (colors, order, transparency etc.) and convert cells. - -It is possible to export the layer configurations so theycan be used later on. Even in the @ref cmd - diff --git a/doxygen/usage.dox b/doxygen/usage.dox new file mode 100644 index 0000000..a333012 --- /dev/null +++ b/doxygen/usage.dox @@ -0,0 +1,25 @@ +/** +@page usage Usage +@section cmd Command Line Interface +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= Divide output coordinates by +- -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 (see @ref lmf-spec) +- -c, --cell=NAME Cell to render +- -a, --tex-standalone Configure TeX Code standalone +- -l, --tex-layers configure TeX code to create PDF Layers (OCG) + +@section gui Graphical User Interface + +The graphical user interface (GUI) can be used to open GDS Files, configure the layer rendering (colors, order, transparency etc.), and convert cells. + +It is possible to export the layer configurations so theycan be used later on. Even in the @ref cmd + +@image html gui.svg + +*/