Commit 542c88c6 authored by hbristow's avatar hbristow

Updated nest list in markdown

parent 5ed9365b
......@@ -67,12 +67,12 @@ File layout
* CMakeLists.txt (main cmake configuration file)
* README.md (this file)
* compile.cmake (the cmake help script for compiling generated source code)
* generator (the folder containing generator code)
+ jinja2 (the binding templating engine)
+ filters.py (template filters)
+ gen_matlab.py (the binding generator control script)
+ parse_tree.py (python class to refactor the hdr_parser.py output)
+ templates (the raw templates for populating classes, constants, functions and docs)
+ generator (the folder containing generator code)
* jinja2 (the binding templating engine)
* filters.py (template filters)
* gen_matlab.py (the binding generator control script)
* parse_tree.py (python class to refactor the hdr_parser.py output)
* templates (the raw templates for populating classes, constants, functions and docs)
* include (C++ headers for the bindings)
+ mxarray.hpp (C++ OOP-style interface for Matlab mxArray* class)
+ bridge.hpp (type conversions)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment