D
DivyaTheja
Guest
Hello Atul, By default, File name information will be available in the generated ABLDoc as title of that particular file. Regarding other tags, I am able to see file level Purpose and Description information in documentation generated. Here is my procedure code with comments and respective documentation. In case, if you would like to have file information available in documentation, you will be able to customize the template as per your needs. Template files will be available at \oeide\eclipse\plug-ins\com.progress.openedge.pdt.abldoc.core_ \abldoc-artifacts\templates. To display file name in ABL documentation, add following highlighted line in procedure_template.vm file and restart PDS OE. $unitName $unitType File : #getDisplayString($model "File") Purpose : #getDisplayString($model "Purpose") Here is the documentation generated after changing template file: Hope this helps, DivyaTheja
Continue reading...
Continue reading...