All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.generators.featureReport.vm Maven / Gradle / Ivy




  #parse("/templates/headers.vm")
  #includeTitle("Feature: $feature.getName()")



#includeNavigation()

#includeBuildInfo()

#includeLead("Feature Report")

#includeReportTable("Feature", $feature, $parallel)


#includeTags($feature.getTags()) #includeBrief($feature.getKeyword(), $feature.getStatus(), $feature.getName())
$feature.getDescription()
#includeElements($feature.getElements(), false)

#include("/templates/footer.html")




© 2015 - 2025 Weber Informatics LLC | Privacy Policy