The Divvun and Giellatekno teams build language technology aimed at minority and indigenous languages
View GiellaLT on GitHub divvungiellatekno/giellalt.uit.no
When compiling your language, the compiler tells you there is an Error in the compilation of documentation. Now what? This document shows the most common errors and how to avoid them.
The most common errors in the generated documentation are the following:
You go directly from header level 3 (!!!
) to header level 1 (!
).
You include square brackets, e.g. from a twolc rule, say:
a:0 <=> _ b [ c](d ) ;
, and
jspwiki thinks it is an url link with illegal form
You have unbalanced marking, say you intend
**word**
but write __word_
The former is correct and gives boldface, the latter
will break the complation.
The jspwiki rules are treated elsewhere, here we look at debugging.
In langs/LANG/doc, do:
make -B
forrest
Forrest will tell what file is broken.
Here some advices
!!
does not mean “very important”,
it means “will be included in a document”