From f1e77e41a5513cedc0fb2942ad9c0c8a04da84a2 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 2 Mar 2015 08:34:22 -0800 Subject: [PATCH] Update breathe --- breathe | 2 +- doc/reference.rst | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/breathe b/breathe index 6a9635c4..33a6cce1 160000 --- a/breathe +++ b/breathe @@ -1 +1 @@ -Subproject commit 6a9635c4ca339d01fb0d001aacaea425865e106f +Subproject commit 33a6cce142119f8d1565513752b4bb4ace0ed85f diff --git a/doc/reference.rst b/doc/reference.rst index 222478c3..ce6930c7 100644 --- a/doc/reference.rst +++ b/doc/reference.rst @@ -32,9 +32,9 @@ arguments in the resulting string. .. doxygenfunction:: print(StringRef, ArgList) -.. doxygenfunction:: print(std::FILE *, StringRef, ArgList) +.. doxygenfunction:: print(std::FILE*, StringRef, ArgList) -.. doxygenfunction:: print(std::ostream &, StringRef, ArgList) +.. doxygenfunction:: print(std::ostream&, StringRef, ArgList) Printf formatting functions =========================== @@ -45,7 +45,7 @@ a POSIX extension for positional arguments. .. doxygenfunction:: printf(StringRef, ArgList) -.. doxygenfunction:: fprintf(std::FILE *, StringRef, ArgList) +.. doxygenfunction:: fprintf(std::FILE*, StringRef, ArgList) .. doxygenfunction:: sprintf(StringRef, ArgList) @@ -69,7 +69,7 @@ Write API .. doxygenfunction:: hexu -.. doxygenfunction:: pad(int, unsigned, Char) +.. doxygenfunction:: pad(int, unsigned int, Char) Utilities =========