Changeset 608 for library/doc/html/library_structure.html
- Timestamp:
- 09/12/09 11:41:43 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/html/library_structure.html
r591 r608 3 3 <head> 4 4 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> 5 <title>mixpp: Library structure >> UNDER CONSTRUCTION <<</title>5 <title>mixpp: Library structure</title> 6 6 <link href="tabs.css" rel="stylesheet" type="text/css"/> 7 7 <link href="doxygen.css" rel="stylesheet" type="text/css"/> … … 63 63 64 64 65 <h1><a class="anchor" id="library_structure">Library structure >> UNDER CONSTRUCTION << </a></h1><p>Here you find basic infromation about the library subdirectories.</p>66 <p> Description of the library subdirectories</p>65 <h1><a class="anchor" id="library_structure">Library structure </a></h1><dl class="todo"><dt><b><a class="el" href="todo.html#_todo000004">Todo:</a></b></dt><dd>it is necessary to fill in the missing descriptions of the directories below</dd></dl> 66 <p>Here you find infromation about the library structure. List of its subdirectories with a basic description follows: </p> 67 67 <ul> 68 68 <li> 69 source:/ system -- a directory containing ...,</li>69 source:/bdm -- library source codes </li> 70 70 <li> 71 source:/ system/win32 -- a directory containing ...,</li>71 source:/bdm/base -- base classes of the library </li> 72 72 <li> 73 source:/system/linux -- a directory containing ..., </li> 73 source:/bdm/design -- ... </li> 74 <li> 75 source:/bdm/estim -- ... </li> 76 <li> 77 source:/bdm/math -- ... </li> 78 <li> 79 source:/bdm/mex -- ... </li> 80 <li> 81 source:/bdm/stat -- ... </li> 82 <li> 83 source:/doc -- library documantation and with some of its sources </li> 84 <li> 85 source:/doc/dot -- ... </li> 86 <li> 87 source:/doc/html -- html documentation generated automatically by Doxygen </li> 88 <li> 89 source:/doc/images -- ... </li> 90 <li> 91 source:/doc/issues -- ... </li> 92 <li> 93 source:/doc/latex -- latex documentation generated automatically by Doxygen </li> 94 <li> 95 source:/doc/local -- documentation pages which are not related to any specific source file </li> 96 <li> 97 source:/doc/tutorial -- documentation pages related to the library tutorial </li> 98 <li> 99 source:/doc/xml -- ... </li> 100 <li> 101 source:/matlab -- matlab input/output utilities </li> 102 <li> 103 source:/system -- a system specific parts necessary to run CMake </li> 104 <li> 105 source:/tests -- unit tests </li> 106 <li> 107 source:/utia_legacy -- ... </li> 74 108 </ul> 75 <h2><a class="anchor" id="cr_variables">76 Default Naming Rules for Variables</a></h2>77 109 </div> 78 <hr size="1"/><address style="text-align: right;"><small>Generated on Sun Aug 30 22:10:492009 for mixpp by 110 <hr size="1"/><address style="text-align: right;"><small>Generated on Tue Sep 8 22:11:32 2009 for mixpp by 79 111 <a href="http://www.doxygen.org/index.html"> 80 112 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>