close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
- Timestamp:
-
Jul 1, 2009, 10:56:35 AM (16 years ago)
- Author:
-
adv
- Comment:
-
Info como generar la documentación
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v9
|
v10
|
|
42 | 42 | |
43 | 43 | |
| 44 | = Generar la Documentación = |
| 45 | La libreria EACInstall.lib tiene la función DoxyFileBashEAC(str_pathFuentes, str_pathdestino). La cual incluye los parametros especiales para documentar bash. |
44 | 46 | |
45 | 47 | |
… |
… |
|
47 | 49 | = Ejemplos = |
48 | 50 | == Ejemplo de documentacion == |
| 51 | {{{ |
| 52 | function DoxyFileBashEAC () { |
| 53 | #/** @function DoxyFileBashEAC: @brief Genera Documentación Doxygen . |
| 54 | #@param $1 str_pathOrgien |
| 55 | #@param $2 str_pathDestino |
| 56 | #@param ejemplo DoxyFileBashEAC /var/EAC/admin/librerias /var/EAC/documentcion/ |
| 57 | #@return genera la documentacion en el path indicado como paratetro 2. |
| 58 | #@warning Salidas de errores no determinada |
| 59 | #@attention |
| 60 | #@version 1.0 Date: 01/06/2009 Author Antonio J. Doblas Viso. Universidad de Malaga |
| 61 | #@note Notas sin especificar |
| 62 | #*/ |
| 63 | |
| 64 | }}} |
| 65 | |
49 | 66 | == Ejemplo de salida documentación == |
50 | 67 | [[Image(example.salida.png, 90%)]] |