-
Notifications
You must be signed in to change notification settings - Fork 32
Template for function documentation
Yoann Gini edited this page Nov 2, 2017
·
4 revisions
This page is 100% useless, it's used only as a copy/paste template when writing documentation for each function, to keep a coherent global documentation
Describe the goal of the function
The settings dictionary contain all informations you can set to use this function. Here is a description of each.
Key | Type | Description |
---|---|---|
title | Translatable string (see: Label translation) | Item's title shown in the menu |
<key>title</key>
<dict>
<key>en</key>
<string>Self-Service</string>
<key>fr</key>
<string>Libre-service</string>
</dict>
The main implementation of this function is made in the XYZ plugin from the main project.
Software provided under the BSD 3-clause license. For commercial support and custom development, please contact Abelionni.
- Introduction
- Application Description
- Hello-IT as an LaunchAgent
- Preferences
- Preferences subdomain
- Functions
- Security
- Label translation
- Notifications on state change
- Images
- Logs
- Support and custom requests
- Tell it if you use it!