From e63369fe64c96f70b34af22502e41343cfc27e27 Mon Sep 17 00:00:00 2001 From: hbristow Date: Sun, 11 Aug 2013 15:14:09 +1000 Subject: [PATCH] Updated nest list in markdown --- modules/matlab/README.md | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/modules/matlab/README.md b/modules/matlab/README.md index 87bcfac..34548d5 100644 --- a/modules/matlab/README.md +++ b/modules/matlab/README.md @@ -63,22 +63,23 @@ Once a source file has been generated for each OpenCV definition, and type conve File layout ----------- -* opencv/modules/matlab (this module) - * 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) - * include (C++ headers for the bindings) - * mxarray.hpp (C++ OOP-style interface for Matlab mxArray* class) - * bridge.hpp (type conversions) - * map.hpp (hash map interface for instance storage and method lookup) - * io (FileStorage interface for .mat files) - * test (generator, compiler and binding test scripts) +opencv/modules/matlab (this module) + +* 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) +* include (C++ headers for the bindings) + * mxarray.hpp (C++ OOP-style interface for Matlab mxArray* class) + * bridge.hpp (type conversions) + * map.hpp (hash map interface for instance storage and method lookup) +* io (FileStorage interface for .mat files) +* test (generator, compiler and binding test scripts) Call Tree -- 2.7.4