Main functions and classes of the FCF framework
Révision | 9625fa0fe38962da0bbe85634ec51bb70d8681ae (tree) |
---|---|
l'heure | 2022-12-07 15:27:41 |
Auteur | vmarkin |
Commiter | vmarkin |
comments
@@ -2006,7 +2006,7 @@ | ||
2006 | 2006 | /// @brief Declares the FCF module available on the server side and on the browser side |
2007 | 2007 | /// @details JS files act as module dependencies. If the dependency file does not use the fcf.module() declaration, then the module data is: |
2008 | 2008 | /// - On the NODEJS server side: Data exported to the module.exports variable |
2009 | - /// - On the browser side: A global variable that is declared in the configuration for a module: | |
2009 | + /// - On the browser side: A global variable that is declared in the configuration for a module | |
2010 | 2010 | /// @param object a_options - Module options |
2011 | 2011 | /// - string name - Path (name) of the module in FCF notation |
2012 | 2012 | /// - array dependencies - Array with module dependency paths in FCF notation |