[Gmp-commit] /var/hg/gmp: Break long line in the doc to avoid an overfull hbo...

mercurial at gmplib.org mercurial at gmplib.org
Mon Dec 30 22:38:04 UTC 2013


details:   /var/hg/gmp/rev/d741dd93a617
changeset: 16134:d741dd93a617
user:      Marc Glisse <marc.glisse at inria.fr>
date:      Mon Dec 30 23:37:43 2013 +0100
description:
Break long line in the doc to avoid an overfull hbox in the PDF.

diffstat:

 ChangeLog    |  4 ++++
 doc/gmp.texi |  5 ++++-
 2 files changed, 8 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 7f1ee0275d92 -r d741dd93a617 ChangeLog
--- a/ChangeLog	Mon Dec 30 21:34:34 2013 +0100
+++ b/ChangeLog	Mon Dec 30 23:37:43 2013 +0100
@@ -1,3 +1,7 @@
+2013-12-30  Marc Glisse  <marc.glisse at inria.fr>
+
+	* doc/gmp.texi (C++ interface internals): Break long line.
+
 2013-12-30  Torbjorn Granlund  <tege at gmplib.org>
 
 	* doc/gmp.texi (Low-level Functions for cryptography): New section.
diff -r 7f1ee0275d92 -r d741dd93a617 doc/gmp.texi
--- a/doc/gmp.texi	Mon Dec 30 21:34:34 2013 +0100
+++ b/doc/gmp.texi	Mon Dec 30 23:37:43 2013 +0100
@@ -10436,7 +10436,10 @@
 @example
 struct __gmp_binary_plus
 @{
-  static void eval(mpf_t f, const mpf_t g, const mpf_t h) @{ mpf_add(f, g, h); @}
+  static void eval(mpf_t f, const mpf_t g, const mpf_t h)
+  @{
+    mpf_add(f, g, h);
+  @}
 @};
 @end example
 


More information about the gmp-commit mailing list