contributions/doxygen.php
Go to the documentation of this file.00001 <?php 00002 /** 00003 * @defgroup JavaScript 00004 * 00005 * Modules related to JavaScript 00006 */ 00007 00008 /** 00009 * @defgroup CSS 00010 * 00011 * Modules related to CSS 00012 */ 00013 00014 /** 00015 * @defgroup Cache 00016 * 00017 * Modules related to Caching (and Sessions, probably) 00018 */ 00019 00020 /** 00021 * @defgroup DB 00022 * 00023 * Modules related to database stuff. 00024 */ 00025 00026 /** 00027 * @defgroup Text 00028 * 00029 * Modules related to text processing 00030 */ 00031 00032 /** 00033 * @defgroup Routing 00034 * 00035 * Modules related to routing 00036 */ 00037 00038 /** 00039 * @defgroup Libs 00040 * 00041 * Additional helpers and components 00042 */ 00043 00044 /** 00045 * @defgroup Page 00046 * 00047 * Extensions for PageData and related: header data, blocks etc 00048 */ 00049 00050 /** 00051 * @defgroup Widgets 00052 * 00053 * Contains Widgets 00054 */ 00055 00056 /** 00057 * @defgroup Models 00058 * 00059 * Contains group of database models that may form little sub applications 00060 */ 00061 00062 /** 00063 * @defgroup Api 00064 * 00065 * Integrates other services like Twitter, Facebook et al 00066 */ 00067