Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.9.1
-
None
-
99c4bce7a (dev), 7b6f3f2a0 (6.10)
Description
Writing Documentation page in the qdoc Manual claims that the \page command allow a 'documentation type' as argument:
The \page command is for creating articles that are not part of source documentation. The command can also accept two arguments: the file name of the article and the documentation type. The possible types are:
[...]
The actual documentation page of the \page command though, says
The \page command expects a single argument that represents the name of the file where QDoc should store the page.
Which one is it?