Control the ordering of subtopics in the XDOC display.
(order-subtopics name order &optional flg) allows you to specify what order the
subtopics of
(xdoc::order-subtopics mini-tutorial (example syntax semantics gotchas references))
By default, XDOC shows subtopics in an alphabetical order. For most reference-manual material this is generally fine. But, especially for tutorial guides, you sometimes intend your topics to be read in some particular order, and alphabetizing things gets in the way.
The
(xdoc::order-subtopics parent (subtopic1 subtopic2 ... subtopicn))
You don't have to give a complete order. Any subtopics that aren't mentioned will be listed last, in the usual alphabetical order.
A second general form has an optional argument of
(xdoc::order-subtopics parent (subtopic1 subtopic2 ... subtopicn) t)
A special case of that second general form lists no subtopics, thus specifying simply that all children are to be listed in the order in which they were defined.
(xdoc::order-subtopics parent nil t)
We require
(defxdoc mini-tutorial ...)) (order-subtopics mini-tutorial (example syntax ...)) (defxdoc example ...) (defxdoc syntax ...)
We do at least warn about undefined topics when you save a manual.