Added documentation markdown guide 64/36464/5
authorNick Holland <nick.holland@partner.samsung.com>
Fri, 6 Mar 2015 15:39:50 +0000 (15:39 +0000)
committerNick Holland <nick.holland@partner.samsung.com>
Fri, 13 Mar 2015 15:23:41 +0000 (08:23 -0700)
Change-Id: I8cbb65d434b74b60f4cf5c62c8d4865c4d7c97eb

docs/content/shared-javascript-and-cpp-documentation/documentation-guide.md [new file with mode: 0644]

diff --git a/docs/content/shared-javascript-and-cpp-documentation/documentation-guide.md b/docs/content/shared-javascript-and-cpp-documentation/documentation-guide.md
new file mode 100644 (file)
index 0000000..3be5549
--- /dev/null
@@ -0,0 +1,18 @@
+/**
+ *
+## Writing documentation for the DALi programing guide
+
+To allow documentation to be shared between C++ and JavaScript, please follow these guidelines:
+
+ - Create a mark down file (.md) using GitHub Flavoured Markdown https://help.github.com/articles/github-flavored-markdown/
+ - Put it into the shared C++ / JavaScript documentation: ~dali-toolkit/docs/content/shared-javascript-and-cpp-documentation/~
+ - Include code samples for both C++ and JavaScript in the mark down.
+ - See multi-touch-guide.md in toolkit for an example
+  
+Why use GitHub flavoured markdown?
+ - Table support is good and language specific code blocks are easier to define ( javascript/C++).
+ - Doxygen and YUIDOC both support it.
+
+
+@class Writing_DALi_Programming_Guide_Documentation
+*/