update doc

This commit is contained in:
Renaud Pawlak 2017-07-25 10:17:10 +02:00
parent cd452af9d4
commit 4e0e777454
3 changed files with 2 additions and 2 deletions

View File

@ -1713,7 +1713,7 @@ namespace source.extension {
}
```
Note that all the date types have been translated to strings as expected. By the way, note also the JSDoc support, which makes JSweet a powerful tool to create well-document JavaScript APIs from Java (note that doc comments are also tunable in adapters!).
Note that all the date types have been translated to strings as expected. By the way, note also the JSDoc support, which makes JSweet a powerful tool to create well-documented JavaScript APIs from Java (doc comments are also tunable in adapters!).
### Extension examples

View File

@ -1730,7 +1730,7 @@ namespace source.extension {
}
\end{lstlisting}
Note that all the date types have been translated to strings as expected. By the way, note also the JSDoc support, which makes JSweet a powerful tool to create well-document JavaScript APIs from Java (note that doc comments are also tunable in adapters!).
Note that all the date types have been translated to strings as expected. By the way, note also the JSDoc support, which makes JSweet a powerful tool to create well-documented JavaScript APIs from Java (doc comments are also tunable in adapters!).
\section{Extension examples}