summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorP. F. Chimento <philip.chimento@gmail.com>2013-09-23 19:00:35 -0700
committerP. F. Chimento <philip.chimento@gmail.com>2013-09-23 19:00:35 -0700
commitf6df19cad1581dc29f62c6a7d136fc77ecb997b9 (patch)
tree47453f5821bbb6a2d0ad08e2a77fe2e9c441c153 /docs
parent06ea5a4d6281b599f86fe0b86df6580e68600857 (diff)
parent7b24bdd011a10bf21275cd411738be459477bde9 (diff)
Merge pull request #314 from endlessm/issues/313
#313 Fix doc tests
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/endless/endless-sections.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/reference/endless/endless-sections.txt b/docs/reference/endless/endless-sections.txt
index a9c70f0..de69f31 100644
--- a/docs/reference/endless/endless-sections.txt
+++ b/docs/reference/endless/endless-sections.txt
@@ -3,6 +3,8 @@
eos_hello_sample_function
<SUBSECTION Private>
EOS_SDK_ALL_API_VERSIONS
+EOS_DEFINE_ENUM_TYPE
+EOS_ENUM_VALUE
</SECTION>
<SECTION>
@@ -154,11 +156,15 @@ eos_flexy_grid_get_cell_at_coords
eos_flexy_grid_cell_new
eos_flexy_grid_cell_set_shape
eos_flexy_grid_cell_get_shape
+EosFlexyShape
+<SUBSECTION>
+EOS_STYLE_CLASS_FLEXY_GRID
+EOS_STYLE_CLASS_FLEXY_GRID_CELL
<SUBSECTION Standard>
EOS_TYPE_FLEXY_GRID
EOS_FLEXY_GRID
EOS_FLEXY_GRID_CLASS
-EOS_FLEXY_GRID_GET_CLAS
+EOS_FLEXY_GRID_GET_CLASS
EOS_IS_FLEXY_GRID
EOS_IS_FLEXY_GRID_CLASS
EOS_TYPE_FLEXY_GRID_CELL
@@ -167,7 +173,11 @@ EOS_FLEXY_GRID_CELL_CLASS
EOS_FLEXY_GRID_CELL_GET_CLASS
EOS_IS_FLEXY_GRID_CELL
EOS_IS_FLEXY_GRID_CELL_CLASS
+EOS_TYPE_FLEXY_SHAPE
<SUBSECTION Private>
+EosFlexyGridClass
+EosFlexyGridCellClass
eos_flexy_grid_get_type
eos_flexy_grid_cell_get_type
+eos_flexy_shape_get_type
</SECTION>