comparison doc/manual/manual.tex @ 467:b47168dacba6

manual: - adding aggregate passing and returning info for x64 (win and sysv, however, *only* w/ respect to types supported by dyncall) - python binding text cleanup and sync with current binding version - added suite_aggrs description and cleaned up other test suite descriptions a bit - update list of calling convention modes - cleanup and minor other fixes (e.g. changed \newpage in many places to \clearpage to avoid hitting float limit, crlf->cr, ...)
author Tassilo Philipp
date Fri, 04 Feb 2022 23:54:42 +0100
parents 4e9d3cb9870f
children
comparison
equal deleted inserted replaced
466:ddfb9577a00e 467:b47168dacba6
173 \Configure{tableofcontents*}{chapter} 173 \Configure{tableofcontents*}{chapter}
174 } 174 }
175 175
176 % main document content --> 176 % main document content -->
177 \input{manual_title} 177 \input{manual_title}
178 \newpage 178 \clearpage
179 \tableofcontents 179 \tableofcontents
180 \newpage 180 \clearpage
181 \ifnhtml{ 181 \ifnhtml{
182 \listoftables 182 \listoftables
183 \listoffigures 183 \listoffigures
184 \lstlistoflistings 184 \lstlistoflistings
185 } 185 }
186 \newpage 186 \clearpage
187 \input{manual_motivation} 187 \input{manual_motivation}
188 \input{manual_overview} 188 \input{manual_overview}
189 \input{manual_build} 189 \input{manual_build}
190 \input{manual_bindings} 190 \input{manual_bindings}
191 \input{manual_design} 191 \input{manual_design}