Skip to content

Commit

Permalink
docs include paths in libs
Browse files Browse the repository at this point in the history
  • Loading branch information
kisvegabor committed Oct 4, 2021
1 parent d908f31 commit f5f9562
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/libs/bmp.md
Expand Up @@ -28,7 +28,7 @@ Note that, a file system driver needs to registered to open images from files. R
## Example
```eval_rst
.. include:: ../../../examples/libs/bmp/index.rst
.. include:: ../../examples/libs/bmp/index.rst
```

Expand Down
2 changes: 1 addition & 1 deletion docs/libs/gif.md
Expand Up @@ -34,7 +34,7 @@ To decode and display a GIF animation the following amount of RAM is required:
## Example
```eval_rst
.. include:: ../../../examples/libs/gif/index.rst
.. include:: ../../examples/libs/gif/index.rst
```

Expand Down
2 changes: 1 addition & 1 deletion docs/libs/png.md
Expand Up @@ -18,7 +18,7 @@ As it might take significant time to decode PNG images LVGL's [images caching](h
## Example
```eval_rst
.. include:: ../../../examples/libs/png/index.rst
.. include:: ../../examples/libs/png/index.rst
```

Expand Down
14 changes: 14 additions & 0 deletions docs/libs/qrcode.md
Expand Up @@ -26,3 +26,17 @@ lv_qrcode_update(qr, data, strlen(data));
## Notes
- QR codes with less data are smaller but they scaled by an integer numbers number to best fit to the given size
## Example
```eval_rst
.. include:: ../../examples/libs/qrcode/index.rst
```

## API

```eval_rst
.. doxygenfile:: lv_qrcode.h
:project: lvgl
2 changes: 1 addition & 1 deletion docs/libs/sjpg.md
Expand Up @@ -65,7 +65,7 @@ All good!
## Example
```eval_rst
.. include:: ../../../examples/libs/sjpg/index.rst
.. include:: ../../examples/libs/sjpg/index.rst
```

Expand Down

0 comments on commit f5f9562

Please sign in to comment.