Updated nest list in markdown

pull/1384/head
hbristow 12 years ago
parent 6f811f5cb3
commit 115a1471ae
  1. 14
      modules/matlab/README.md

@ -64,21 +64,21 @@ 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) * CMakeLists.txt (main cmake configuration file)
- README.md (this file) * README.md (this file)
- compile.cmake (the cmake help script for compiling generated source code) * compile.cmake (the cmake help script for compiling generated source code)
- generator (the folder containing generator code) * generator (the folder containing generator code)
- jinja2 (the binding templating engine) - jinja2 (the binding templating engine)
- filters.py (template filters) - filters.py (template filters)
- gen_matlab.py (the binding generator control script) - gen_matlab.py (the binding generator control script)
- parse_tree.py (python class to refactor the hdr_parser.py output) - parse_tree.py (python class to refactor the hdr_parser.py output)
- templates (the raw templates for populating classes, constants, functions and docs) - templates (the raw templates for populating classes, constants, functions and docs)
- include (C++ headers for the bindings) * include (C++ headers for the bindings)
- mxarray.hpp (C++ OOP-style interface for Matlab mxArray* class) - mxarray.hpp (C++ OOP-style interface for Matlab mxArray* class)
- bridge.hpp (type conversions) - bridge.hpp (type conversions)
- map.hpp (hash map interface for instance storage and method lookup) - map.hpp (hash map interface for instance storage and method lookup)
- io (FileStorage interface for .mat files) * io (FileStorage interface for .mat files)
- test (generator, compiler and binding test scripts) * test (generator, compiler and binding test scripts)
Call Tree Call Tree

Loading…
Cancel
Save