summaryrefslogtreecommitdiff
path: root/doc/README.apidocs
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2012-07-12 20:34:34 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2012-07-12 20:34:34 +0000
commit0c6a5fa0d9719a40748d8726b4543f02f70518c1 (patch)
tree241f9ae619069ac5861d7621ade296102ab5de5d /doc/README.apidocs
downloadlibexif-tarball-master.tar.gz
Diffstat (limited to 'doc/README.apidocs')
-rw-r--r--doc/README.apidocs7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/README.apidocs b/doc/README.apidocs
new file mode 100644
index 0000000..4486f5d
--- /dev/null
+++ b/doc/README.apidocs
@@ -0,0 +1,7 @@
+Rules for the API docs:
+
+ 1. Clearly distinguish between internal and the external API/ABI.
+ 2. Mark internal stuff with \internal.
+ 3. If this has been solved, start documenting the external interface.
+
+Thank you.