Questions tagged [dox]

Dox is a Haxe documentation generator.

Dox also supports github-flavored markdown using haxe-markdown in the comment blocks.

If the library can be used on multiple Haxe targets with subtle differences (such as a #if conditional compilation making certain methods (un)available), one XML per target should be generated. Dox then merges these XMLs and displays "Available on target" messages accordingly.

Links

4 questions
3
votes
1 answer

How to prompt user for string and display it again in Assembly Language Programming

I'm having trouble with my assembly language code. We were asked to prompt user for input string and we're supposed to display it again or echo it to the command line. We need to assume that it's only up to 20 characters (in the string) This is the…
Bts is life
  • 31
  • 1
  • 1
  • 3
2
votes
4 answers

Create docx file from a template file in java

I need to create docx files based on a templates. The template should contain the place holders and I should be able to fill the the place holders from java . Is it possible to do it , If so suggest me the good and efficient way to do it .
Spencer Bharath
  • 507
  • 2
  • 7
  • 21
1
vote
1 answer

Dox (haxe documentation tool) package overview

Is there a way to generate what Java calls package comments with Dox?
vbence
  • 20,084
  • 9
  • 69
  • 118
0
votes
0 answers

Reports get wrong links and cannot be found in Jenkins

In the build.xml of my Jenkins (PHP) project (hosted on a Windows Server) multiple reports are defined (PMD Warnings, Duplicate Code, JDepend, Checkstyle Warnings, Coverage Summary Report, PHPUnit_Code_Coverage, PHPDox). All the needed plug-ins are…
automatix
  • 14,018
  • 26
  • 105
  • 230