diff --git a/faq/maven.xml b/faq/maven.xml new file mode 100644 index 00000000..e605ef58 --- /dev/null +++ b/faq/maven.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/faq/xdocs/faq.fml b/faq/xdocs/faq.fml new file mode 100644 index 00000000..786f6a44 --- /dev/null +++ b/faq/xdocs/faq.fml @@ -0,0 +1,42 @@ + + + + + General + + + + What is Foo? + + +

some markup goes here

+ + some source code + +

some markup goes here

+
+
+ + + + What is Bar? + + +

some markup goes here

+
+
+
+ + + Installation + + + + How do I install Foo? + + +

some markup goes here

+
+
+
+
\ No newline at end of file diff --git a/faq/xdocs/index.xml b/faq/xdocs/index.xml index 1c7f2ea8..58c906b4 100644 --- a/faq/xdocs/index.xml +++ b/faq/xdocs/index.xml @@ -10,6 +10,13 @@

This plugin generates xdoc documentation from an XML FAQ document. + This automates the creation of an index of questions with hypertext + links to the full question and answers. +

+

+ The plugin uses by default a file called xdocs/faq.fml + to generate the FAQ entry. There is an example of the XML format + here.

The properties that allow you to customize the execution