1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
/**
* @if english
* @page usecase Use case diagrams
* Use case diagrams
*
* @line
* @n
* @section ucgeneral General use case diagram
* @image html uc_general.png
* @image latex uc_general.png "" width=7cm
*
* @line
* @n
* @section ucproject Project use case diagram
* @image html uc_project.png
* @image latex uc_project.png "" width=7cm
*
* @line
* @n
* @section ucillustration Illustration use case diagram
* @image html uc_illustration.png
* @image latex uc_illustration.png "" width=7cm
*
* @line
* @n
* @section ucanimation Animation use case diagram
* @image html uc_animation.png
* @image latex uc_animation.png "" width=7cm
*
* @line
* @n
* @endif
* @if spanish
* @page usecase Diagramas de Casos de Uso
* Diagramas de Casos de Uso
*
* @line
* @n
* @section ucgeneral Digramas de Casos de Uso Generales
* @image html uc_general.png
* @image latex uc_general.png "" width=7cm
*
* @line
* @n
* @section ucproject Diagramas de Casos de Uso de Proyectos
* @image html uc_project.png
* @image latex uc_project.png "" width=7cm
*
* @line
* @n
* @section ucillustration Diagramas de Casos de Uso de Ilustracion
* @image html uc_illustration.png
* @image latex uc_illustration.png "" width=7cm
*
* @line
* @n
* @section ucanimation Diagramas de Casos de Uso de Animacion
* @image html uc_animation.png
* @image latex uc_animation.png "" width=7cm
*
* @line
* @n
* @endif
*/
|