doc: add another issue to doxy troubleshooting.rst
Change-Id: I61f72906ddc790a71fccf39c2a7695106c44f13e Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
2178fc5ab3
commit
2a4d461773
1 changed files with 14 additions and 3 deletions
|
@ -3,9 +3,9 @@
|
|||
Troubleshooting obscure warnings from Doxygen / Sphinx
|
||||
######################################################
|
||||
|
||||
Some code construct can give a good amount of headache, as it might be
|
||||
pushing the limits of the documentation scanners. See here common
|
||||
solutions to them:
|
||||
Some code construct are problematic and
|
||||
push the limits of the documentation scanners. Here are some common
|
||||
issues and the solutions to them:
|
||||
|
||||
WARNING: Error when parsing function declaration.
|
||||
*************************************************
|
||||
|
@ -176,3 +176,14 @@ Use *@copydetails*:
|
|||
*
|
||||
* This does the same as FUNCTION_1 but also sommersaults.
|
||||
*/
|
||||
|
||||
|
||||
The API documentation is missing a term or link to it when I use @ref term.
|
||||
****************************************************************************
|
||||
|
||||
When you use an :literal:`@ref term` in your doxygen comment, there must be
|
||||
a corresponding definition of :literal:`term` somewhere in the system. If
|
||||
there isn't, then there can't be a link to that term's defintion. Make sure
|
||||
you've spelled :literal:`term` correctly and there is whitespace after the
|
||||
term. Using :literal:`@ref term.` (at the end of a sentence for example) won't
|
||||
work so add a space like this: :literal:`@ref term .`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue