Informações Principais
     Resumo
     Abstract
     Introdução
     Conclusão
     Download
  
  
  
 
Abstract
 
 
Acadêmico(a): Vilmar Orsi
Título: Gerador de Documentação para Linguagem C, Utilizando Templates
 
Abstract:
The present work, describes the specification and implementation of the GDC, an automatic code documentation generation of C programming tool. The tool captures the information from the C source code and comments, through templates, generates HTML files with the corresponding documentation. Is possible the templates use through of a templates engine, also developed in this work. To do automatically the documentation, are used analytical lexicons, syntactic and semantic to process the programs and templates. The tool was applied in class of Programming I, of the Computer Sciences and Information Systems course’s FURB, being tested and evaluated by the academics that had used it.