From patchwork Thu Nov 29 01:49:42 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chuck Lever X-Patchwork-Id: 202636 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from userp1040.oracle.com (userp1040.oracle.com [156.151.31.81]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "userp1040.oracle.com", Issuer "VeriSign Class 3 International Server CA - G3" (not verified)) by ozlabs.org (Postfix) with ESMTPS id C90952C0085 for ; Thu, 29 Nov 2012 12:50:04 +1100 (EST) Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by userp1040.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id qAT1o1Dw031212 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 29 Nov 2012 01:50:02 GMT Received: from oss.oracle.com (oss-external.oracle.com [137.254.96.51]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id qAT1o0F0024096 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 29 Nov 2012 01:50:01 GMT Received: from localhost ([127.0.0.1] helo=oss.oracle.com) by oss.oracle.com with esmtp (Exim 4.63) (envelope-from ) id 1TdtGK-00080L-Qj; Wed, 28 Nov 2012 17:50:00 -0800 Received: from ucsinet22.oracle.com ([156.151.31.94]) by oss.oracle.com with esmtp (Exim 4.63) (envelope-from ) id 1TdtG5-0007zl-AB for fedfs-utils-devel@oss.oracle.com; Wed, 28 Nov 2012 17:49:45 -0800 Received: from acsinet13.oracle.com (acsinet13.oracle.com [141.146.126.235]) by ucsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id qAT1niN8025811 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 29 Nov 2012 01:49:44 GMT Received: from mail-ia0-f171.google.com (mail-ia0-f171.google.com [209.85.210.171]) by acsinet13.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id qAT1nQXA002765 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Thu, 29 Nov 2012 01:49:44 GMT Received: by mail-ia0-f171.google.com with SMTP id b35so8185184iac.2 for ; Wed, 28 Nov 2012 17:49:43 -0800 (PST) Received: by 10.50.219.169 with SMTP id pp9mr23820079igc.46.1354153783753; Wed, 28 Nov 2012 17:49:43 -0800 (PST) Received: from seurat.1015granger.net (adsl-99-26-161-222.dsl.sfldmi.sbcglobal.net. [99.26.161.222]) by mx.google.com with ESMTPS id gz10sm212889igc.9.2012.11.28.17.49.42 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 28 Nov 2012 17:49:43 -0800 (PST) From: Chuck Lever To: fedfs-utils-devel@oss.oracle.com Date: Wed, 28 Nov 2012 20:49:42 -0500 Message-ID: <20121129014942.2497.49032.stgit@seurat.1015granger.net> In-Reply-To: <20121129014751.2497.93909.stgit@seurat.1015granger.net> References: <20121129014751.2497.93909.stgit@seurat.1015granger.net> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 X-Flow-Control-Info: class=Default reputation=ipRepBelow100 ip=209.85.210.171 ct-class=R5 ct-vol1=-97 ct-vol2=8 ct-vol3=7 ct-risk=49 ct-spam1=78 ct-spam2=8 ct-bulk=5 rcpts=1 size=1603 X-MM-CT-Classification: not spam X-MM-CT-RefID: str=0001.0A090202.50B6BF38.001B,ss=1,re=0.000,fgs=0 Subject: [fedfs-utils] [PATCH 2/8] doxy: Update some doxy.cfg settings X-BeenThere: fedfs-utils-devel@oss.oracle.com X-Mailman-Version: 2.1.9 Precedence: list Reply-To: fedfs-utils Developers List-Id: fedfs-utils Developers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: fedfs-utils-devel-bounces@oss.oracle.com Errors-To: fedfs-utils-devel-bounces@oss.oracle.com X-Source-IP: acsinet21.oracle.com [141.146.126.237] Let's direct the warnings to a separate file: the output messages blast by during a build so it's hard to see any problems. Add the fedfs-utils revision number. Enable warnings when a function parameter has no documentation. Signed-off-by: Chuck Lever --- doxy.cfg | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doxy.cfg b/doxy.cfg index 459bf46..6a5173e 100644 --- a/doxy.cfg +++ b/doxy.cfg @@ -48,7 +48,7 @@ PROJECT_NAME = "Linux Federated File System Utilities" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = +PROJECT_NUMBER = 0.9 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -565,7 +565,7 @@ WARN_IF_DOC_ERROR = YES # 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 @@ -580,7 +580,7 @@ WARN_FORMAT = "$file:$line: $text" # and error messages should be written. If left blank the output is written # to stderr. -WARN_LOGFILE = +WARN_LOGFILE = /tmp/doxy.out #--------------------------------------------------------------------------- # configuration options related to the input files