From: Michael R Sweet Date: Wed, 21 Aug 2019 12:24:23 +0000 (-0400) Subject: Fix links.: X-Git-Tag: v2.3.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=873c5133263ee35d89e6ce1d30a7d35b263ba796;p=thirdparty%2Fcups.git Fix links.: --- diff --git a/DEVELOPING.md b/DEVELOPING.md index 7b29c6c433..df76323c8d 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -117,7 +117,7 @@ are for C and C++ source files, source code for other languages should conform to the same guidelines as allowed by the language. Source code comments provide the reference portion of the CUPS Programming -Manual, which is generated using the [codedoc](https://msweet.org/codedoc) +Manual, which is generated using the [codedoc](https://www.msweet.org/codedoc) software. @@ -276,7 +276,7 @@ Return/output values are indicated using an "O" prefix, input values are indicated using the "I" prefix, and values that are both input and output use the "IO" prefix for the corresponding in-line comment. -The [codedoc](https://msweet.org/codedoc) documentation generator also +The [codedoc](https://www.msweet.org/codedoc) documentation generator also understands the following special text in the function description comment: @deprecated@ - Marks the function as deprecated: not recommended