Skip to content

Commit

Permalink
doc: Changes documentation formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavofreze committed Sep 17, 2022
1 parent 7eba670 commit ed71097
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/readmes/roadmap/CLASS.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,6 @@ Para se referir ao objeto, use seu nome diretamente:
Environment.get("KOTLIN")
```

<br>

Ir para [expressões condicionais](EXPRESSIONS.md).
5 changes: 5 additions & 0 deletions doc/readmes/roadmap/EXCEPTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@ try {
// Caso uma exceção seja lançada, você pode captura-lá aqui.
}
```

Pode haver mais de um bloco `catch`.

<br>

Ir para [roadmap](../../../README.md).
2 changes: 2 additions & 0 deletions doc/readmes/roadmap/EXPRESSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,6 @@ ramificação correspondente se tornará o valor da expressão geral. Se for usa
ramificações individuais serão ignorados. Assim como com if, cada ramificação pode ser um bloco e seu valor é o valor da
última expressão do bloco.

<br>

Ir para [exceções](EXCEPTIONS.md).
2 changes: 2 additions & 0 deletions doc/readmes/roadmap/FUNCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ _Você pode testar esse código [online](https://pl.kotl.in/fuB8CNime)._
> Usar argumentos nomeados pode ser útil quando uma função tem muitos argumentos e é difícil associar um valor a um
> argumento.
<br>

Ir para [variáveis](VARIABLES.md).
2 changes: 2 additions & 0 deletions doc/readmes/roadmap/LOOPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,6 @@ do {

_Você pode testar esse código [online](https://pl.kotl.in/jmbkQSwMF)._

<br>

Ir para [classes e objetos](CLASS.md).
2 changes: 2 additions & 0 deletions doc/readmes/roadmap/TYPES.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,4 +268,6 @@ fun main() {

_Você pode testar esse código [online](https://pl.kotl.in/RDK1wzTW4)._

<br>

Ir para [loops](LOOPS.md).
2 changes: 2 additions & 0 deletions doc/readmes/roadmap/VARIABLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,6 @@ fun main() {

_Você pode testar esse código [online](https://pl.kotl.in/2EZqH2QuF)._

<br>

Ir para [tipos de dados](TYPES.md).

0 comments on commit ed71097

Please sign in to comment.