]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
bool_set: Use UTF-8 for accented characters.
authorJonathan Wakely <jwakely@redhat.com>
Thu, 29 May 2014 14:54:42 +0000 (15:54 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 29 May 2014 14:54:42 +0000 (15:54 +0100)
* include/tr2/bool_set: Use UTF-8 for accented characters.
* scripts/run_doxygen: Handle Doxygen 1.8.x change.

From-SVN: r211056

libstdc++-v3/ChangeLog
libstdc++-v3/include/tr2/bool_set
libstdc++-v3/scripts/run_doxygen

index fb49617b2081cbf159b7eae62293cc529d93cf90..8a6cf386e30cb30eec0d53ac2dfb0fe0b1625a97 100644 (file)
@@ -1,3 +1,8 @@
+2014-05-29  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/tr2/bool_set: Use UTF-8 for accented characters.
+       * scripts/run_doxygen: Handle Doxygen 1.8.x change.
+
 2014-05-08  Joshua Gay  <jgay@gnu.org>
 
        PR libstdc++/61117
index f577ed0c76c637a638c38a77a0748a97d3076d08..7252a8067e7bb4aa982ca5cbdb96d00d7b60616c 100644 (file)
@@ -44,7 +44,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
    *  bool_set
    *
    *  See N2136, Bool_set: multi-valued logic
-   *  by Hervé Brönnimann, Guillaume Melquiond, Sylvain Pion.
+   *  by Hervé Brönnimann, Guillaume Melquiond, Sylvain Pion.
    *
    *  The implicit conversion to bool is slippery!  I may use the new
    *  explicit conversion.  This has been specialized in the language
index 45b3f4a066a549f2519037c66ed16c519a3a6d2a..8f9c251f643fa9a149f8472257041b8c291e0c4d 100644 (file)
@@ -194,8 +194,15 @@ fi
 if $do_latex; then
     cd ${outdir}/${mode}
 
-    # Also drop in the header file and style sheet
-    doxygen -w latex header.tex doxygen.sty
+    # Grrr, Doxygen 1.8.x changed the -w latex options.
+    need_footer=`doxygen -h | sed -n -e '/-w latex/s=.*footer.*=true=p'`
+
+    # Also drop in the header file (maybe footer file) and style sheet
+    if $need_footer; then
+      doxygen -w latex header.tex footer.tex doxygen.sty
+    else
+      doxygen -w latex header.tex doxygen.sty
+    fi
     
     echo ::
     echo :: LaTeX pages begin with