Revert "allow xml in module description"

This reverts commit a2c9587165.

Somehow the OCaml XML/DTD parser doesn't like it if the description contains CDATA...
This commit is contained in:
Felix Ruess
2016-03-31 12:02:06 +02:00
parent a2c9587165
commit e56fd4eae5
5 changed files with 8 additions and 26 deletions
+2 -1
View File
@@ -15,7 +15,7 @@ In the flight plan, the survey blocks call init and run functions:
- min_rad minimal radius when navigating
- altitude the altitude that must be reached before the flyover starts
2. Run the survey with nav_survey_polygon_run()
<!--
Block example:
@verbatim
<block name="Poly Survey" strip_button="Poly Survey">
@@ -23,6 +23,7 @@ Block example:
<call fun="nav_survey_polygon_run()"/>
</block>
@endverbatim
-->
</description>
</doc>
<header>