-
Notifications
You must be signed in to change notification settings - Fork 4
Home
This place is meant to provide detailed information on how isisdl works together with implementation details and discussion about how it may have been implemented in a different way.
If you want to start contributing or are just interested in the source code, it is often hard to know where to start and what to look out for.
For a detailed guide through the source code check out the Downloading wiki page. Other documentation regarding implementation details can be found under the header "Implementation Details " in the sidebar.
When I am referencing source code in this wiki I will be using the notation <file>::<constant> = <default>
or <file>::<function>
. The file may contain a specific path in the src
directory. Usually the path src/isidl
will be implicitly assumed.
Have fun!