More docu
This commit is contained in:
parent
c6c6ef4677
commit
4f2608e34e
2 changed files with 102 additions and 1 deletions
|
@ -29,13 +29,43 @@
|
|||
\lstdefinestyle{c++}{
|
||||
language=C++,
|
||||
directivestyle={\color{codepurple}},
|
||||
emph={firewall_rule_t,uint8_t},
|
||||
emph={firewall_rule_t,uint8_t,fw,Firewall,API},
|
||||
emphstyle={\color{codegreen}},
|
||||
}
|
||||
\lstdefinestyle{platform-io}{
|
||||
emph={platformio,esp32,esp8266,arduino},
|
||||
emphstyle={\color{codegreen}},
|
||||
}
|
||||
\definecolor{delim}{RGB}{20,105,176}
|
||||
\definecolor{numb}{RGB}{106, 109, 32}
|
||||
\definecolor{string}{rgb}{0.64,0.08,0.08}
|
||||
\lstdefinestyle{json}{
|
||||
rulecolor=\color{black},
|
||||
showspaces=false,
|
||||
showtabs=false,
|
||||
breaklines=true,
|
||||
postbreak=\raisebox{0ex}[0ex][0ex]{\ensuremath{\color{gray}\hookrightarrow\space}},
|
||||
breakatwhitespace=true,
|
||||
basicstyle=\ttfamily\small,
|
||||
upquote=true,
|
||||
morestring=[b]",
|
||||
stringstyle=\color{string},
|
||||
literate=
|
||||
*{0}{{{\color{numb}0}}}{1}
|
||||
{1}{{{\color{numb}1}}}{1}
|
||||
{2}{{{\color{numb}2}}}{1}
|
||||
{3}{{{\color{numb}3}}}{1}
|
||||
{4}{{{\color{numb}4}}}{1}
|
||||
{5}{{{\color{numb}5}}}{1}
|
||||
{6}{{{\color{numb}6}}}{1}
|
||||
{7}{{{\color{numb}7}}}{1}
|
||||
{8}{{{\color{numb}8}}}{1}
|
||||
{9}{{{\color{numb}9}}}{1}
|
||||
{\{}{{{\color{delim}{\{}}}}{1}
|
||||
{\}}{{{\color{delim}{\}}}}}{1}
|
||||
{[}{{{\color{delim}{[}}}}{1}
|
||||
{]}{{{\color{delim}{]}}}}{1},
|
||||
}
|
||||
|
||||
\setuptoc{toc}{totoc}
|
||||
|
||||
|
@ -89,6 +119,7 @@
|
|||
\listoffigures
|
||||
\include{firststeps/firststeps}
|
||||
\include{storage/storage}
|
||||
\include{api/api}
|
||||
|
||||
\printbibliography[title=Bibliography]
|
||||
|
||||
|
|
Reference in a new issue