Module gdnative_doc::backend [−][src]
Module for implementing your own backend.
To implement your own backend:
-
Create a structure that represent your backend, and implement
Callbackson it.You can look in the source code of this crate to get examples of what that would look like.
-
Add your backend to the
Buildervia theadd_backend_with_callbacksmethod.
Structs
| Generator | Holds the information necessary to generate the output files. |
| Resolver | Information to resolve links. |
Enums
| BuiltinBackend | Backend already implemented by this library. |
Traits
| Callbacks | Callbacks to encode markdown input in a given format. |