add comments pointing to teamwork api docs

This commit is contained in:
Mike Blumenkrantz 2013-06-18 10:13:08 +01:00
parent f4641152d0
commit 2635e77967
2 changed files with 8 additions and 0 deletions

View File

@ -7,6 +7,10 @@
#include "e.h"
/**
* https://phab.enlightenment.org/w/teamwork_api/
*/
/* Increment for Major Changes */
#define MOD_CONFIG_FILE_EPOCH 1
/* Increment for Minor Changes (ie: user doesn't need a new config) */

View File

@ -5,6 +5,10 @@
#define IMAGE_FETCH_TRIES 5
/**
* https://phab.enlightenment.org/w/teamwork_api/
*/
typedef struct
{
const char *sha1;