diff --git a/doc/manual/style.dox b/doc/manual/style.dox index 9ae3a07c4b..c0981cfb7f 100644 --- a/doc/manual/style.dox +++ b/doc/manual/style.dox @@ -90,7 +90,7 @@ So use @c #if not @c #ifdef to turn a feature on or off. This works fine, and do /** @page styledoxygen Doxygen Style Guide -The following sections provide guidelines for OpenOCD developers +The following sections provide guidelines for Paparazzi developers who wish to write Doxygen comments in the code or this manual. For an introduction to Doxygen documentation, see the @ref primerdoxygen.