Просмотр исходного кода

docs: update docs to wrap with parenthesis

Alex4386 1 год назад
Родитель
Сommit
3a8d08c918
2 измененных файлов с 2 добавлено и 3 удалено
  1. 1 1
      README.md
  2. 1 2
      application.fam

+ 1 - 1
README.md

@@ -48,5 +48,5 @@
 ## Developer Resources
 ## Developer Resources
 Here are the resources for developing applications for Flipper Zero:
 Here are the resources for developing applications for Flipper Zero:
 - [Flipper Zero Firmware Docs](https://developer.flipper.net/flipperzero/doxygen/)
 - [Flipper Zero Firmware Docs](https://developer.flipper.net/flipperzero/doxygen/)
-  - [`struct` list](https://developer.flipper.net/flipperzero/doxygen/annotated.html) [index](https://developer.flipper.net/flipperzero/doxygen/classes.html)
+  - [`struct` list](https://developer.flipper.net/flipperzero/doxygen/annotated.html) ([index](https://developer.flipper.net/flipperzero/doxygen/classes.html))
 - [Flipper Zero code examples](https://github.com/m1ch3al/flipper-zero-dev-tutorial)
 - [Flipper Zero code examples](https://github.com/m1ch3al/flipper-zero-dev-tutorial)

+ 1 - 2
application.fam

@@ -16,8 +16,7 @@ App(
 
 
     # Dependencies
     # Dependencies
     requires=[
     requires=[
-        "gui",  # allows to use GUI functions
-        
+
     ],
     ],
 
 
     # FAP Settings
     # FAP Settings