Updated nest list in markdown
This commit is contained in:
parent
542c88c60b
commit
a269e3216e
@ -63,22 +63,23 @@ Once a source file has been generated for each OpenCV definition, and type conve
|
|||||||
|
|
||||||
File layout
|
File layout
|
||||||
-----------
|
-----------
|
||||||
- matlab (this module)
|
matlab (this module)
|
||||||
* CMakeLists.txt (main cmake configuration file)
|
|
||||||
* README.md (this file)
|
- CMakeLists.txt (main cmake configuration file)
|
||||||
* compile.cmake (the cmake help script for compiling generated source code)
|
- README.md (this file)
|
||||||
+ generator (the folder containing generator code)
|
- compile.cmake (the cmake help script for compiling generated source code)
|
||||||
* jinja2 (the binding templating engine)
|
- generator (the folder containing generator code)
|
||||||
* filters.py (template filters)
|
* jinja2 (the binding templating engine)
|
||||||
* gen_matlab.py (the binding generator control script)
|
* filters.py (template filters)
|
||||||
* parse_tree.py (python class to refactor the hdr_parser.py output)
|
* gen_matlab.py (the binding generator control script)
|
||||||
* templates (the raw templates for populating classes, constants, functions and docs)
|
* parse_tree.py (python class to refactor the hdr_parser.py output)
|
||||||
* include (C++ headers for the bindings)
|
* templates (the raw templates for populating classes, constants, functions and docs)
|
||||||
+ mxarray.hpp (C++ OOP-style interface for Matlab mxArray* class)
|
- include (C++ headers for the bindings)
|
||||||
+ bridge.hpp (type conversions)
|
* mxarray.hpp (C++ OOP-style interface for Matlab mxArray* class)
|
||||||
+ map.hpp (hash map interface for instance storage and method lookup)
|
* bridge.hpp (type conversions)
|
||||||
* io (FileStorage interface for .mat files)
|
* map.hpp (hash map interface for instance storage and method lookup)
|
||||||
* test (generator, compiler and binding test scripts)
|
- io (FileStorage interface for .mat files)
|
||||||
|
- test (generator, compiler and binding test scripts)
|
||||||
|
|
||||||
|
|
||||||
Call Tree
|
Call Tree
|
||||||
|
Loading…
x
Reference in New Issue
Block a user