[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5966: doxygen: Warn if parameter documentation is missing for a function.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Tue, 14 Jun 2011 21:17:13 -0000

------------------------------------------------------------
revno: 5966
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: hipl
timestamp: Tue 2011-06-14 23:14:52 +0200
message:
  doxygen: Warn if parameter documentation is missing for a function.
modified:
  doc/Doxyfile.in


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'doc/Doxyfile.in'
--- doc/Doxyfile.in     2010-09-27 15:58:51 +0000
+++ doc/Doxyfile.in     2011-06-14 21:14:52 +0000
@@ -454,7 +454,7 @@
 # wrong or incomplete parameter documentation, but not about the absence of
 # documentation.
 
-WARN_NO_PARAMDOC       = NO
+WARN_NO_PARAMDOC       = YES
 
 # The WARN_FORMAT tag determines the format of the warning messages that
 # doxygen can produce. The string should contain the $file, $line, and $text

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5966: doxygen: Warn if parameter documentation is missing for a function. - noreply