forked from cory/tildefriends
Add a Doxyfile and preliminary module-level docs.
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
/**
|
||||
** \defgroup database_js Database Interface
|
||||
** Exposes a key-value store interface to script.
|
||||
** @{
|
||||
*/
|
||||
|
||||
typedef struct JSContext JSContext;
|
||||
|
||||
void tf_database_register(JSContext* context);
|
||||
|
||||
/** @} */
|
||||
|
Reference in New Issue
Block a user