@Test
@Example(clasz = SoftwareDocumentationBoostUtils.class)
public void createSoftwareDocumentationExample() throws Exception {
// [gb:useInDocumentation]
LanguagesBasicDemo toBeDocumented = new LanguagesBasicDemo();
// Store the documentation in this directory
File directory = createTempDirectory("SoftwareDocumentation");
// create an english and german subdirectory with index files
// ...