Per Tillisch
Per Tillisch
>Really? I haven't seen some. The very first page I checked: https://www.arduino.cc/reference/en/language/functions/digital-io/digitalread/ Neither the parameter, nor return type is documented. >Yeah, that might be. I will check this, too. The...
@leonty the decision has already been made regarding how the parameter and return types will be documented: https://github.com/arduino/reference-en/pull/559 We will not be documenting this information via function signatures in the...
@SeppPenner I made the formatting of all the existing parameter and return type documentation to match the standard established by the [reference sample page](https://github.com/arduino/reference-en/blob/master/AsciiDoc_sample/Reference_Terms/AsciiDoc_Template-Single_Entity.adoc) in https://github.com/arduino/reference-en/pull/559. However, there are still...
@kengdahl no. You can see what the page contained in the archived copy from the Internet Archive Wayback Machine: https://web.archive.org/web/20171028220458/https://www.arduino.cc/en/Reference/ASCIIchart
asciidoctor/asciidoctor#1555 doesn't seem to be relevant as it's about code blocks. As for the "Differences between Asciidoctor and AsciiDoc" links, there's a lot of information there. Would you mind pointing...
>Please, can you guide me on how to check/see how my asciidoc code renders on the website? The system Arduino uses to generate the Language Reference website from the asciidoc...
>So, is it possible to fix this issue now? Yes! >Should I compile a list of all the pages, that have a link inside code elements and then fix them?...
Note that the original issue also requested that the names be added to keywords.txt so that the Arduino IDE would highlight them. That component of the request has already been...
There is an outdated orphan reference page that does document them to some extent here: https://www.arduino.cc/en/Reference/MathHeader
Related: - https://github.com/arduino/reference-en/issues/362 - https://github.com/arduino/reference-en/issues/927