xquery / xquerydoc

xquerydoc - generate XQuery API documentation from your source code comments
https://github.com/xquery/xquerydoc
Other
38 stars 11 forks source link

create apache ant macrodef #20

Open xquery opened 12 years ago

xquery commented 12 years ago

should be straightforward http://ant.apache.org/manual/Tasks/macrodef.html

garyvidal commented 12 years ago

Should I integrate into marklogic ant tasks if not macrodef shouldnt be hard.

xquery commented 12 years ago

great idea,

  1. you would need to apply xquery to each file in fileset
  2. to get final format, you would then need to apply desired stylesheet (in src/lib) to each xqdoc ... for html src/lib/html-module.xsl
  3. you would need to copy over src/lib stuff for html version (lang-xq.js, prettify.js, prettify.css)
  4. src/lib/html-index.xsl generates index page
garyvidal commented 12 years ago

Thanks will look into level of effort