Skip to content

Commit

Permalink
Documentation: Corrected links inside de::String apidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 12, 2012
1 parent efb0ee2 commit 92f8974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/libdeng2/include/de/data/string.h
Expand Up @@ -187,7 +187,7 @@ class DENG2_PUBLIC String : public QString

/**
* Flags for controlling how string-to-integer conversion works.
* See de::String::toInt(ok, base, flags)
* See de::String::toInt().
*/
enum IntConversionFlag {
AllowOnlyWhitespace = 0x0,
Expand All @@ -210,7 +210,7 @@ class DENG2_PUBLIC String : public QString
* @param ok @c true is returned via this pointer if the conversion was
* successful.
* @param base Base for the number.
* @param flags Conversion flags, see IntConversionFlag.
* @param flags Conversion flags, see de::String::IntConversionFlag.
*
* @return Integer parsed from the string (@c *ok set to true). @c 0 if
* the conversion fails (@c *ok set to @c false).
Expand Down

0 comments on commit 92f8974

Please sign in to comment.