André Hentschel : c2man: Replace link to documentation .sgml.
Module: wine Branch: master Commit: 7cb303b83f73e72aca58eb56e1872f829659c4a6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7cb303b83f73e72aca58eb56e1... Author: André Hentschel <nerv(a)dawncrow.de> Date: Wed Mar 31 19:19:39 2010 +0200 c2man: Replace link to documentation.sgml. --- tools/c2man.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/c2man.pl b/tools/c2man.pl index 62d7e17..4fff8d7 100755 --- a/tools/c2man.pl +++ b/tools/c2man.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl -w # -# Generate API documentation. See documentation/documentation.sgml for details. +# Generate API documentation. See http://www.winehq.org/docs/winedev-guide/api-docs for details. # # Copyright (C) 2000 Mike McCormack # Copyright (C) 2003 Jon Griffiths
participants (1)
-
Alexandre Julliard